Go to file
2017-10-30 14:37:54 -05:00
asm Merge branch 'master' of github.com:pret/pokeemerald into dump_maps 2017-10-27 02:02:36 -05:00
common_syms Decompile TV (#80) 2017-10-13 10:09:36 -05:00
constants Update variable constants 2017-10-30 14:37:54 -05:00
data Merge branch 'master' of github.com:pret/pokeemerald into dump_maps 2017-10-27 02:02:36 -05:00
graphics Move these palettes to INCBINs 2017-10-22 19:05:32 -04:00
include also fix ambiguous MON_DATA_SPD_EV and MON_DATA_SPD2 constants 2017-10-26 13:47:14 -05:00
src Merge branch 'master' of github.com:pret/pokeemerald into dump_maps 2017-10-27 02:02:36 -05:00
.gitattributes correct gitattributes assignment of languages. 2017-09-22 21:07:12 -04:00
.gitignore add build/ support. 2017-10-09 02:19:44 -04:00
asmdiff.sh add asmdiff.sh comparison script 2017-10-01 15:05:00 -05:00
charmap.txt placeholders for battle strings are done 2017-10-07 19:59:41 +02:00
graphics_file_rules.mk Finish extracting data2.s 2017-09-16 03:21:09 -05:00
INSTALL.md base_emerald to baserom 2016-09-03 15:07:51 -07:00
ld_script.sed use ramscrgen 2016-11-01 17:36:37 -05:00
ld_script.txt Merge pull request #91 from golemgalvanize/summary 2017-10-22 20:16:16 -05:00
Makefile Final fixes before dump 2017-10-26 18:03:19 -05:00
README.md Add Discord and other disassemblies. 2017-09-04 19:41:47 -04:00
rom.sha1 Make rom.sha1 lowercase to fix erroneous comparison results on *nix 2017-09-11 01:50:23 -05:00
sym_bss.txt Decompile TV (#80) 2017-10-13 10:09:36 -05:00
sym_common.txt Merge branch 'librfu-decomp' 2017-10-21 20:11:31 -05:00
sym_ewram.txt Decoration + decoration_inventory (#89) 2017-10-22 17:55:07 -05: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