Decompilation of Pokémon Emerald
Go to file
PikalaxALT f9d8678db4 Additional fixes
Rearrange gbafix to not modify file in the event of failure
Fix bug where Dma3Manager may get stuck when compiled with gcc-9.1.0
2019-06-29 11:41:26 -04:00
.travis/calcrom Fix symbol overcounting, add partial symbols 2019-03-03 15:02:26 -05:00
asm Some pokenav work 2019-05-26 07:20:51 -05:00
common_syms Wildcard bss, ewram_data, and COMMON in modern toolchain 2019-06-29 08:35:52 -04:00
constants improve checkplayergender calls 2018-12-28 08:22:21 -06:00
data finish labeling metatiles 2019-06-16 10:08:07 -05:00
graphics Documenting bags, berries and graphics 2019-05-22 21:10:16 -05:00
include Support for non-dkA toolchains 2019-06-28 22:26:11 -04:00
sound rename instrument samples 2019-05-25 08:25:19 -05:00
src Additional fixes 2019-06-29 11:41:26 -04:00
tools Additional fixes 2019-06-29 11:41:26 -04:00
.gitattributes Add json to list of LF line-end files 2019-02-05 14:35:31 -06:00
.gitignore Merge branch 'master' into dodrio_berry_picking 2019-05-11 21:22:09 -04:00
.travis.yml Set travis to build the gcc-8 target 2019-06-26 16:44:36 -04:00
INSTALL.md Support for non-dkA toolchains 2019-06-28 22:26:11 -04:00
Makefile Additional fixes 2019-06-29 11:41:26 -04:00
README.md Update Discord link. 2018-10-22 22:20:48 -04:00
asmdiff.ps1 Remove debug printing 2019-04-07 19:18:42 -05:00
asmdiff.sh sub_8024BC8 2019-03-24 17:32:59 -04:00
build_tools.sh Create jsonproc tool 2019-05-08 17:06:39 -05:00
charmap.txt Update charmap.txt 2019-04-08 17:30:10 -05:00
graphics_file_rules.mk Rename battle anim sprites 2019-04-06 10:14:48 -05:00
json_data_rules.mk Fix building 2019-05-08 17:06:39 -05:00
ld_script.txt Indentation fix in ld_scripts 2019-06-27 06:55:50 -04:00
ld_script_modern.txt Wildcard bss, ewram_data, and COMMON in modern toolchain 2019-06-29 08:35:52 -04:00
map_data_rules.mk Fix make to look for .json files instead of folders 2019-03-05 01:46:20 -05:00
rom.sha1 Make rom.sha1 lowercase to fix erroneous comparison results on *nix 2017-09-06 09:20:49 -04:00
songs.mk Update se_z_search.mid 2019-03-24 16:37:27 -05:00
spritesheet_rules.mk Rename OW Sprites 2018-10-14 15:49:55 -04:00
sym_bss.txt Wildcard bss, ewram_data, and COMMON in modern toolchain 2019-06-29 08:35:52 -04:00
sym_common.txt Wildcard bss, ewram_data, and COMMON in modern toolchain 2019-06-29 08:35:52 -04:00
sym_ewram.txt Wildcard bss, ewram_data, and COMMON in modern toolchain 2019-06-29 08:35:52 -04:00

README.md

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