Decompilation of Pokémon Emerald
Go to file
2018-03-13 11:55:18 +00:00
asm Merge branch 'master' of https://github.com/pret/pokeemerald into intro 2018-02-17 04:03:59 -06:00
common_syms Finish decompiling intro 2018-02-15 22:30:39 -06:00
constants battle labels merge with master 2018-02-09 00:43:07 +01:00
data Fixed label names: battle_ai_scripts.s 2018-03-13 11:55:18 +00:00
graphics Merge pull request #202 from DizzyEggg/move_mon_data 2018-02-08 14:06:57 -06:00
include Merge branch 'master' of https://github.com/pret/pokeemerald into intro 2018-02-17 04:03:59 -06:00
sound
src match ScrCmd_braillemessage 2018-02-19 01:46:32 +01:00
tools
.gitattributes
.gitignore
.travis.yml Update devkitARM to r47 2018-02-13 19:53:48 -05:00
asmdiff.sh
build_tools.sh
charmap.txt
graphics_file_rules.mk
INSTALL.md
ld_script.sed
ld_script.txt Merge branch 'master' of https://github.com/pret/pokeemerald into intro 2018-02-17 04:03:59 -06:00
Makefile
README.md
rom.sha1
sym_bss.txt
sym_common.txt Merge branch 'master' of https://github.com/pret/pokeemerald into intro 2018-02-17 04:03:59 -06:00
sym_ewram.txt Merge branch 'master' of https://github.com/pret/pokeemerald into intro 2018-02-17 04:03:59 -06:00

Pokémon Emerald

Build Status

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