Go to file
ProjectRevoTPP 689df5cff8 finish decompiling battle_ai.c (#16)
* partially decompile battle_ai.c up to tai60_unk

* nonmatching tai60_unk

* decompile more of battle_ai.c

* formatting

* finish porting battle_ai.c

* formatting
2017-02-03 18:34:56 -08:00
asm finish decompiling battle_ai.c (#16) 2017-02-03 18:34:56 -08:00
common_syms Ported libmks4agb from pokeruby (#12) 2016-11-01 20:03:16 -07:00
constants Ported libmks4agb from pokeruby (#12) 2016-11-01 20:03:16 -07:00
data begin decompiling main.s 2017-02-03 16:44:06 -08:00
graphics Ported task.c and others from pokeruby 2016-10-31 09:43:17 -05:00
include finish decompiling battle_ai.c (#16) 2017-02-03 18:34:56 -08:00
src finish decompiling battle_ai.c (#16) 2017-02-03 18:34:56 -08:00
.gitattributes add *.sha1 to .gitattributes 2016-09-03 14:49:37 -07:00
.gitignore start decompiling battle_ai 2017-02-01 22:15:38 -06:00
charmap.txt split asm/emerald.s 2016-09-03 01:11:14 -07:00
graphics_file_rules.mk Ported task.c and others from pokeruby 2016-10-31 09:43:17 -05:00
INSTALL.md base_emerald to baserom 2016-09-03 15:07:51 -07:00
ld_script.sed use ramscrgen 2016-11-01 12:10:55 -07:00
ld_script.txt begin decompiling main.s 2017-02-03 16:44:06 -08:00
Makefile decompile string_util 2017-01-14 14:20:49 -08:00
README.md add INSTALL file 2016-09-03 14:25:34 -07:00
rom.sha1 pokemon PNGs and palettes 2015-11-13 21:57:22 -08:00
sym_bss.txt decompile multiboot 2017-01-13 17:46:05 -08:00
sym_common.txt begin decompiling main.s 2017-02-03 16:44:06 -08:00
sym_ewram.txt finish decompiling battle_ai.c (#16) 2017-02-03 18:34:56 -08: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.