Go to file
2017-12-19 20:09:28 +01:00
asm Merge branch 'master' of https://github.com/itskobold/pokeemerald into kobold_fixes 2017-12-19 20:09:28 +01:00
common_syms Decompile TV (#80) 2017-10-13 10:09:36 -05:00
constants battle setup review changes 2017-12-16 01:15:19 +01:00
data Merge branch 'master' of https://github.com/itskobold/pokeemerald into kobold_fixes 2017-12-19 20:09:28 +01:00
graphics Merge branch 'master' into clock 2017-12-15 21:04:25 -05:00
include Merge remote-tracking branch 'Egg/decompile_mail_data' 2017-12-17 22:51:40 -06:00
src Merge remote-tracking branch 'Egg/decompile_mail_data' 2017-12-17 22:51:40 -06:00
.gitattributes correct gitattributes assignment of languages. 2017-09-22 21:07:12 -04:00
.gitignore baseroms 2017-11-07 18:31:19 +00:00
asmdiff.sh convert some constants to C headers 2017-12-05 11:55:48 -06:00
charmap.txt placeholders for battle strings are done 2017-10-07 19:59:41 +02:00
graphics_file_rules.mk Merge branch 'master' into heal_location 2017-11-15 09:01:56 -05:00
INSTALL.md base_emerald to baserom 2016-09-03 15:07:51 -07:00
label_pointers.py Merge branch 'master' of https://github.com/pret/pokeemerald 2017-11-17 09:25:40 +00:00
ld_script.sed use ramscrgen 2016-11-01 17:36:37 -05:00
ld_script.txt Merge remote-tracking branch 'Egg/decompile_mail_data' 2017-12-17 22:51:40 -06:00
Makefile convert some constants to C headers 2017-12-05 11:55:48 -06: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-06 09:20:49 -04:00
sym_bss.txt rename rng.c to random.c and rom4.c to overworld.c 2017-12-05 12:27:33 -06:00
sym_common.txt battle setup file is decompiled 2017-12-01 21:25:13 +01:00
sym_ewram.txt nerge with master, fix conflicts 2017-12-16 01:08:55 +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