Go to file
2018-06-12 12:12:29 +01:00
asm Merge pull request #249 from golemgalvanize/decompile_pokedex 2018-06-01 00:02:46 -07:00
common_syms Update mauville_old_man.txt to fix warning 2018-05-10 21:49:51 -05:00
constants document record mixing 2018-05-26 00:25:36 +02:00
data battle dome palette label update to graphics.s 2018-06-12 12:12:29 +01:00
graphics Finish porting/decompiling field_effect.c 2018-05-10 18:36:57 -05:00
include Merge pull request #249 from golemgalvanize/decompile_pokedex 2018-06-01 00:02:46 -07:00
sound Fix typos in songs.h and song_table.inc again, and made the comments match. 2018-01-16 19:36:34 -05:00
src updated label names 2018-06-11 21:57:22 +01:00
tools dumped most of pokenav.s 2018-01-15 23:38:10 -05: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
.travis.yml Update .travis.yml for new devkitpro r48 location 2018-06-06 00:14:33 -05:00
asmdiff.sh convert some constants to C headers 2017-12-05 11:55:48 -06:00
build_tools.sh Fix tool newlines 2018-01-21 04:11:43 -06:00
charmap.txt Charmap modifications 2018-01-14 17:25:02 -06:00
graphics_file_rules.mk Finish porting/decompiling field_effect.c 2018-05-10 18:36:57 -05:00
INSTALL.md fix shell scripts in install instructions 2018-01-21 13:50:12 -05:00
ld_script.sed use ramscrgen 2016-11-01 17:36:37 -05:00
ld_script.txt Merge pull request #249 from golemgalvanize/decompile_pokedex 2018-06-01 00:02:46 -07:00
Makefile Merge pull request #255 from DizzyEggg/decomp_record_mixing 2018-05-30 16:51:30 -07:00
README.md travis badge 2018-01-21 12:57:41 -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 Update Makefile with help from devkitPro maintainers 2018-05-22 18:46:38 -05:00
sym_common.txt Remove extra space at end of sym_common 2018-05-11 17:24:56 -05:00
sym_ewram.txt Merge pull request #249 from golemgalvanize/decompile_pokedex 2018-06-01 00:02:46 -07: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