Pokémon Romhack Base, based off pret's pokeemerald decompilation. See the wiki for more info.
Go to file
2018-03-13 14:41:39 +05:30
asm Decompile more functions & rename some labels 2018-03-13 14:41:39 +05:30
common_syms Finish decompiling intro 2018-02-15 22:30:39 -06:00
constants correct move target defines 2018-02-26 13:24:46 +01:00
data Decompile more functions & rename some labels 2018-03-13 14:41:39 +05:30
graphics Merge pull request #202 from DizzyEggg/move_mon_data 2018-02-08 14:06:57 -06:00
include Start decompile player_pc 2018-03-12 13:56:20 +05:30
sound
src Decompile more functions & rename some labels 2018-03-13 14:41:39 +05:30
tools
.gitattributes
.gitignore
.travis.yml Fix SourceForge link (again) 2018-02-28 22:07:10 -06:00
asmdiff.sh
build_tools.sh
charmap.txt
graphics_file_rules.mk
INSTALL.md
ld_script.sed
ld_script.txt Start decompile player_pc 2018-03-12 13:56:20 +05:30
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 Start decompile player_pc 2018-03-12 13:56:20 +05:30

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