Decompilation of Pokémon Ruby/Sapphire
Go to file
2016-06-28 23:33:36 -04:00
asm More incbins in data/event_scripts.s. 2016-06-27 00:58:25 -04:00
constants Some version differences in scripts and text. 2016-06-19 05:23:10 -04:00
data Accidentally included MaysHouse_{1,2}F scripts in BrendansHouse2F. 2016-06-28 23:33:36 -04:00
graphics Fix blank.4bpp build error from before (#12) 2016-06-18 21:14:16 -07:00
include fix rsfont 2016-06-11 13:23:39 -07:00
src fix rsfont 2016-06-11 13:23:39 -07:00
tools support 1 to 256 colors in palettes 2016-06-17 21:02:07 -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 Potential fix for Issue #1 (#10) 2016-06-17 05:00:47 -07:00
castform.mk tilesets 2016-01-29 03:55:59 -08:00
charmap.txt test messages 2016-06-19 10:25:09 -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 Get rid of GEN_FONTS. 2016-06-19 00:01:06 -04:00
INSTALL.md Update INSTALL.md 2016-06-17 05:23:56 -07:00
iwram_syms.txt define variables in agb_flash.c 2016-06-05 15:23:37 -07:00
ld_script.txt organize scripts 2016-06-19 19:25:21 -07:00
Makefile organize scripts 2016-06-19 19:25:21 -07:00
misc.mk Fix blank.4bpp build error from before (#12) 2016-06-18 21:14:16 -07:00
README.md Add README and INSTALL 2016-04-30 05:38:02 -07:00
rom.sha1 Build Sapphire. 2016-06-18 21:30:21 -04: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.