Decompilation of Pokémon Emerald
Go to file
Diegoisawesome 2852f4f1b8 Continue attempt to decomp braillemessage 2017-10-13 19:48:09 -05:00
asm Port/decomp scrcmd 2017-10-12 02:06:19 -05:00
common_syms Cleanup bg.c 2017-09-09 20:52:33 -05:00
constants Extract scattered baseroms and cleanup 2017-09-25 16:27:02 -05:00
data Name some new script commands 2017-10-12 22:34:58 -05:00
graphics Merge remote-tracking branch 'pret/master' into baserom_extraction 2017-10-09 13:32:26 -05:00
include Continue attempt to decomp braillemessage 2017-10-13 19:48:09 -05:00
src Continue attempt to decomp braillemessage 2017-10-13 19:48:09 -05:00
.gitattributes correct gitattributes assignment of languages. 2017-09-22 21:07:12 -04:00
.gitignore hooray, another data dump 2017-09-17 19:19:01 -04:00
INSTALL.md base_emerald to baserom 2016-09-03 15:07:51 -07:00
Makefile stop optimizing literal pool loads 2017-07-28 19:26:59 -05:00
README.md Add Discord and other disassemblies. 2017-09-04 19:41:47 -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
ld_script.sed use ramscrgen 2016-11-01 17:36:37 -05:00
ld_script.txt Port/decomp scrcmd 2017-10-12 02:06:19 -05: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 BSS: record_mixing 2017-10-02 22:02:22 -04:00
sym_common.txt start decompiling battle2 2017-10-01 01:12:42 +02:00
sym_ewram.txt Port/decomp scrcmd 2017-10-12 02:06:19 -05:00

README.md

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