Go to file
2018-01-30 13:19:37 -05:00
asm decompiled up to sub_81ABCC0 2018-01-30 13:19:37 -05:00
common_syms Add symbols to music_player_table 2018-01-09 21:30:54 -06:00
constants Split rom_81370FC and port function names 2017-12-28 02:09:11 -06:00
data Renamed link_strings and fixed warning in fldeff_cut.s 2018-01-24 00:18:10 -06:00
graphics Decompile naming_screen.c 2018-01-23 21:30:13 -06:00
include Fix spelling of 'Parametrized' to 'Parameterized' 2018-01-24 01:03:20 -06: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 decompiled up to sub_81ABCC0 2018-01-30 13:19:37 -05: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 travis 2018-01-21 00:44:57 -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 Finish adding symbols to battle_anims 2018-01-14 21:04:06 -06:00
graphics_file_rules.mk Decompile naming_screen.c 2018-01-23 21:30:13 -06: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 Renamed link_strings and fixed warning in fldeff_cut.s 2018-01-24 00:18:10 -06:00
Makefile Revert "Use standard flags to link libgcc, libc" 2018-01-21 15:50:12 -06: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 Merge remote-tracking branch 'Egg/decompile_battle_transition' 2018-01-16 14:51:00 -06:00
sym_common.txt pokeblock merge conflicts 2017-12-21 23:12:36 +01:00
sym_ewram.txt Add entry in sym_ewram.txt and organize a bit 2018-01-23 21:34: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