Decompilation of Pokémon Ruby/Sapphire
Go to file
2016-04-30 06:07:55 -07:00
asm use compiled libgcc 2016-04-30 04:19:00 -07:00
constants use standard GNU binutils 2016-04-22 20:44:21 -07:00
data use compiled libgcc 2016-04-30 04:19:00 -07:00
graphics rename CONTEST_OLD_MAN to CONTEST_JUDGE 2016-01-30 22:13:05 -08:00
include use compiled libgcc 2016-04-30 04:19:00 -07:00
src use compiled libgcc 2016-04-30 04:19:00 -07:00
tools use compiled libgcc 2016-04-30 04:19:00 -07:00
.gitattributes Initial commit 2016-01-23 12:25:42 -08:00
.gitignore use standard GNU binutils 2016-04-22 20:44:21 -07:00
build_tools.sh use shell script to build tools 2016-04-30 05:57:45 -07:00
castform.mk tilesets 2016-01-29 03:55:59 -08:00
charmap.txt use preprocessor 2016-04-22 18:25:40 -07:00
ewram_syms.txt string_util.c 2016-01-31 04:29:44 -08:00
INSTALL.md use shell script to build tools 2016-04-30 05:57:45 -07:00
iwram_syms.txt AGB flash library 2016-04-08 21:43:56 -07:00
ld_script.txt remove unneeded symbol 2016-04-30 06:07:55 -07:00
Makefile use shell script to build tools 2016-04-30 05:57:45 -07:00
README.md Add README and INSTALL 2016-04-30 05:38:02 -07:00
rom.sha1 pokemon graphics data and makefile 2016-01-24 03:44:21 -08:00
tilesets.mk tilesets 2016-01-29 03:55:59 -08:00

Pokémon Ruby

This is a disassembly of Pokémon Ruby.

It builds the following rom:

  • pokeruby.gba sha1: f28b6ffc97847e94a6c21a63cacf633ee5c8df1e

To set up the repository, see INSTALL.md.