Go to file
2018-01-16 23:52:11 -06:00
asm Merge remote-tracking branch 'Egg/decompile_battle_transition' 2018-01-16 14:51:00 -06:00
common_syms Add symbols to music_player_table 2018-01-09 21:30:54 -06:00
constants Split rom_81370FC and port function names 2017-12-28 02:09:11 -06:00
data Merge remote-tracking branch 'Egg/decompile_battle_transition' 2018-01-16 14:51:00 -06:00
graphics Merge branch 'master' of https://github.com/pret/pokeemerald 2018-01-07 18:47:05 -06:00
include fix battle transition conflicts 2018-01-14 22:19:26 +01:00
sound Add symbols to music_player_table 2018-01-09 21:30:54 -06:00
src Merge remote-tracking branch 'Egg/decompile_battle_transition' 2018-01-16 14:51:00 -06:00
tools adding tools from pokeruby 2017-12-03 19:55:01 -06:00
.gitattributes correct gitattributes assignment of languages. 2017-09-22 21:07:12 -04:00
.gitignore Remove sample bins and update makefile 2018-01-09 19:37:10 -06:00
asmdiff.sh convert some constants to C headers 2017-12-05 11:55:48 -06:00
build_tools.sh Merge remote-tracking branch 'Pikalax/mac_build_and_libc' 2018-01-16 23:52:11 -06:00
charmap.txt Finish adding symbols to battle_anims 2018-01-14 21:04:06 -06:00
graphics_file_rules.mk Fix rayquaza.8bpp rule 2018-01-07 20:34:30 -06:00
INSTALL.md INSTALL.md links to pret/pokeruby-tools, since YamaArashi/pokeruby-tools and ProjectRevoTPP/pokeruby-tools are 404 2017-12-17 16:39:01 -05:00
ld_script.sed use ramscrgen 2016-11-01 17:36:37 -05:00
ld_script.txt fix battle transition conflicts 2018-01-14 22:19:26 +01:00
Makefile Merge remote-tracking branch 'Pikalax/mac_build_and_libc' 2018-01-16 23:52:11 -06:00
README.md Add pokegold and pokefirered. 2017-12-31 13:30:22 -05:00
rom.sha1 Make rom.sha1 lowercase to fix erroneous comparison results on *nix 2017-09-06 09:20:49 -04:00
sym_bss.txt Merge remote-tracking branch 'Egg/decompile_battle_transition' 2018-01-16 14:51:00 -06:00
sym_common.txt pokeblock merge conflicts 2017-12-21 23:12:36 +01:00
sym_ewram.txt start working on battle transition 2018-01-01 17:41:34 +01:00

Pokémon Emerald

This is a disassembly of Pokémon Emerald.

It builds the following rom:

  • pokeemerald.gba sha1: f3ae088181bf583e55daf962a92bb46f4f1d07b7

To set up the repository, see INSTALL.md.

See also