Go to file
2018-01-13 01:30:08 -05:00
asm Create sound data files 2018-01-08 01:30:28 -06:00
common_syms ram vars to C files 2017-12-19 17:33:07 +01:00
constants Split rom_81370FC and port function names 2017-12-28 02:09:11 -06:00
data Extract voicegroups 2018-01-09 19:27:11 -06:00
graphics Merge branch 'master' of https://github.com/pret/pokeemerald 2018-01-07 18:47:05 -06:00
include Merge pull request #155 from ProjectRevoTPP/assert 2018-01-11 18:25:42 -08:00
sound Remove sample bins and update makefile 2018-01-09 19:37:10 -06:00
src Merge pull request #155 from ProjectRevoTPP/assert 2018-01-11 18:25:42 -08:00
tools adding tools from pokeruby 2017-12-03 19:55:01 -06:00
.gitattributes correct gitattributes assignment of languages. 2017-09-22 21:07:12 -04:00
.gitignore Remove sample bins and update makefile 2018-01-09 19:37:10 -06:00
asmdiff.sh convert some constants to C headers 2017-12-05 11:55:48 -06:00
build_tools.sh Create build_tools.sh 2017-12-03 19:42:55 -06:00
charmap.txt phoneme constants 2017-12-22 00:14:56 -08:00
graphics_file_rules.mk Fix rayquaza.8bpp rule 2018-01-07 20:34:30 -06:00
INSTALL.md INSTALL.md links to pret/pokeruby-tools, since YamaArashi/pokeruby-tools and ProjectRevoTPP/pokeruby-tools are 404 2017-12-17 16:39:01 -05:00
ld_script.sed use ramscrgen 2016-11-01 17:36:37 -05:00
ld_script.txt scrub ld_script for bloat 2018-01-09 01:26:27 -05:00
Makefile fix broken build after building without tools 2018-01-13 01:30:08 -05:00
README.md Add pokegold and pokefirered. 2017-12-31 13:30:22 -05: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 scrub ld_script for bloat 2018-01-09 01:26:27 -05:00
sym_common.txt pokeblock merge conflicts 2017-12-21 23:12:36 +01:00
sym_ewram.txt merge bike with master, fix conflicts 2017-12-24 00: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