Decompilation of Pokémon Emerald
Go to file
YamaArashi 2ec5b0cedd Merge pull request #10 from Diegoisawesome/master
Ported libc from pokeruby
2016-11-01 08:21:13 -07:00
asm Ported libc from pokeruby 2016-11-01 10:17:40 -05:00
constants contest AI 2016-09-03 15:27:28 -07:00
data Ported task.c and others from pokeruby 2016-10-31 09:43:17 -05:00
graphics Ported task.c and others from pokeruby 2016-10-31 09:43:17 -05:00
include Ported task.c and others from pokeruby 2016-10-31 09:43:17 -05:00
src Ported libc from pokeruby 2016-11-01 10:17:40 -05:00
.gitattributes add *.sha1 to .gitattributes 2016-09-03 14:49:37 -07:00
.gitignore remove old tools 2016-11-01 07:59:44 -07:00
INSTALL.md base_emerald to baserom 2016-09-03 15:07:51 -07:00
Makefile Ported libc from pokeruby 2016-11-01 10:17:40 -05:00
README.md add INSTALL file 2016-09-03 14:25:34 -07:00
charmap.txt split asm/emerald.s 2016-09-03 01:11:14 -07:00
ewram_syms.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
iwram_syms.txt Ported task.c and others from pokeruby 2016-10-31 09:43:17 -05:00
ld_script.txt Ported libc from pokeruby 2016-11-01 10:17:40 -05:00
rom.sha1 pokemon PNGs and palettes 2015-11-13 21:57:22 -08:00

README.md

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.