Decompilation of Pokémon Emerald
Go to file
KDSKardabox aaea65c37b Merge branch 'master' of https://github.com/pret/pokeemerald
# Conflicts:
#	include/strings.h
2018-02-13 10:02:27 +05:30
asm Merge branch 'master' of https://github.com/pret/pokeemerald 2018-02-13 10:02:27 +05:30
common_syms Merge branch 'master' of https://github.com/pret/pokeemerald into decompile_item_menu 2018-02-12 14:00:47 -05:00
constants battle labels merge with master 2018-02-09 00:43:07 +01:00
data Merge branch 'master' of https://github.com/pret/pokeemerald 2018-02-13 10:02:27 +05:30
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 2018-02-13 10:02:27 +05:30
sound
src Merge branch 'master' of https://github.com/pret/pokeemerald 2018-02-13 10:02:27 +05:30
tools
.gitattributes
.gitignore
.travis.yml
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 2018-02-13 10:02:27 +05:30
Makefile
README.md
rom.sha1
sym_bss.txt
sym_common.txt Merge branch 'master' of https://github.com/pret/pokeemerald into decompile_item_menu 2018-02-12 14:00:47 -05:00
sym_ewram.txt Merge branch 'master' of https://github.com/pret/pokeemerald into decompile_item_menu 2018-02-12 14:00:47 -05: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