Decompilation of Pokémon Ruby/Sapphire
Go to file
2016-05-30 13:01:22 -07:00
asm prep for link code 2016-05-30 11:57:24 -07:00
constants m4a lib; use fewer iwram syms 2016-05-15 01:55:33 -07:00
data fill in charmap 2016-05-30 12:48:00 -07:00
graphics remove transparency from down_arrow.png 2016-05-30 02:33:33 -07:00
include add const to fix warnings 2016-05-30 13:01:22 -07:00
src prep for link code 2016-05-30 11:57:24 -07:00
tools text.c 2016-05-30 02:19:25 -07:00
.gitattributes m4a lib; use fewer iwram syms 2016-05-15 01:55:33 -07:00
.gitignore sprite.c and updated preproc 2016-05-21 10:35:53 -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 missed a few letters in the charmap 2016-05-30 12:59:55 -07:00
ewram_syms.txt text.c 2016-05-30 02:19:25 -07:00
fonts.mk text.c 2016-05-30 02:19:25 -07:00
generated.mk text.c 2016-05-30 02:19:25 -07:00
INSTALL.md use devkitARM cpp 2016-05-10 21:39:46 -07:00
iwram_syms.txt main.c 2016-05-15 21:13:30 -07:00
ld_script.txt text.c 2016-05-30 02:19:25 -07:00
Makefile text.c 2016-05-30 02:19:25 -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.