Go to file
2018-12-31 16:09:45 -06:00
.travis/calcrom change names -> symbols 2018-12-29 11:59:39 -05:00
asm Start porting/decompiling roulette 2018-12-31 16:09:45 -06:00
common_syms Document some fieldmap stuff 2018-12-29 11:36:54 -06:00
constants improve checkplayergender calls 2018-12-28 08:22:21 -06:00
data Merge branch 'master' of github.com:pret/pokeemerald into trade 2018-12-31 02:30:30 -06:00
graphics Convert battle_anim_815A0D4 data to .c 2018-12-18 19:15:59 -06:00
include Start porting/decompiling roulette 2018-12-31 16:09:45 -06:00
sound Match se_t_ooame_e.mid 2018-11-20 18:10:25 -05:00
src Start porting/decompiling roulette 2018-12-31 16:09:45 -06:00
tools label a flag in the asm 2018-10-17 08:55:09 -04:00
.gitattributes correct gitattributes assignment of languages. 2017-09-22 21:07:12 -04:00
.gitignore Set up Makefile for MIDIs 2018-09-22 20:28:32 -05:00
.travis.yml Update devkitARM to r49 2018-08-29 23:48:35 -05:00
asmdiff.sh convert some constants to C headers 2017-12-05 11:55:48 -06:00
build_tools.sh Set up Makefile for MIDIs 2018-09-22 20:28:32 -05:00
charmap.txt Use normal apostrophes like adults 2018-12-07 10:41:08 -05:00
graphics_file_rules.mk Document battle ui 2018-11-22 01:10:50 +00:00
INSTALL.md Merge branch 'master' of https://github.com/garakmon/pokeemerald 2018-09-24 08:39:26 -04:00
ld_script.txt Start porting/decompiling roulette 2018-12-31 16:09:45 -06:00
Makefile Remove sed from ld_script, replace with INCLUDEs 2019-01-01 00:38:49 +08:00
README.md Update Discord link. 2018-10-22 22:20:48 -04:00
rom.sha1 Make rom.sha1 lowercase to fix erroneous comparison results on *nix 2017-09-06 09:20:49 -04:00
songs.mk Match se_t_ooame_e.mid 2018-11-20 18:10:25 -05:00
spritesheet_rules.mk Rename OW Sprites 2018-10-14 15:49:55 -04:00
sym_bss.txt Document mirage_tower.c. (Combine fldeff_groundshake.c and fossil_specials.c) 2018-12-25 11:46:35 -06:00
sym_common.txt Decompile contest_painting.c (#447) 2018-12-15 13:07:07 -06:00
sym_ewram.txt Merge branch 'master' of github.com:pret/pokeemerald into trade 2018-12-31 02:30:30 -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