Decompilation of Pokémon Ruby/Sapphire
Go to file
2016-06-10 19:22:09 -07:00
asm decompile palette.c 2016-06-10 18:37:25 -07:00
constants m4a lib; use fewer iwram syms 2016-05-15 01:55:33 -07:00
data decompile palette.c 2016-06-10 18:37:25 -07:00
graphics link.c 2016-06-05 13:43:46 -07:00
include switch order of fill macros from dest, value to value, dest 2016-06-10 19:22:09 -07:00
src switch order of fill macros from dest, value to value, dest 2016-06-10 19:22:09 -07:00
tools double-colon global labels in preproc; misc other stuff 2016-06-09 01:32:19 -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 kun/chan 2016-06-05 15:47:57 -07:00
ewram_syms.txt decompile palette.c 2016-06-10 18:37:25 -07:00
fonts.mk text.c 2016-05-30 02:19:25 -07:00
generated.mk link.c 2016-06-05 13:43:46 -07:00
INSTALL.md use devkitARM cpp 2016-05-10 21:39:46 -07:00
iwram_syms.txt define variables in agb_flash.c 2016-06-05 15:23:37 -07:00
ld_script.txt decompile palette.c 2016-06-10 18:37:25 -07:00
Makefile decompile palette.c 2016-06-10 18:37: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.