Decompilation of Pokémon Ruby/Sapphire
Go to file
2017-06-17 22:55:11 -05:00
asm finish decompiling choose_party 2017-06-17 21:38:01 -05:00
common_syms Identify gUnknown_3001764 2017-05-24 16:15:15 -04:00
constants Use an enum for items. 2017-04-29 16:49:59 -04:00
data integrate data 2017-06-17 22:33:09 -05:00
data-de Add German graphics 2017-04-30 14:09:33 +02:00
graphics remove the last of the baserom calls. 2017-05-03 21:12:39 -07:00
graphics-de Add German graphics 2017-04-30 14:09:33 +02:00
include add functions to header 2017-06-17 22:55:11 -05:00
sound aif2pcm: Fix length reporting. Don't use a MARK chunk if no loop. 2017-01-08 16:06:19 -05:00
src integrate data 2017-06-17 22:33:09 -05:00
tools Remove agbcc submodule 2017-05-24 16:15:12 -04:00
.gitattributes also fix .inc files 2016-11-20 18:31:59 -06:00
.gitignore Fix building 2017-05-24 16:15:15 -04:00
.gitmodules Create and propagate field map object callback declaration macro 2017-05-24 16:14:50 -04:00
.travis.yml Update the agbcc repo link for travis. 2017-05-25 00:10:51 -04:00
build_tools.sh introduce RAM variable LD script generator tool 2016-09-25 00:32:04 -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
compare-ruby.sh Add ROM comparison scripts (requires baserom-ruby.gba and baserom-sapphire.gba) 2016-08-27 21:53:50 -04:00
compare-sapphire.sh Add ROM comparison scripts (requires baserom-ruby.gba and baserom-sapphire.gba) 2016-08-27 21:53:50 -04:00
compare.sh don't have compare.sh show warnings 2016-10-17 12:47:30 -07:00
CONTRIBUTING.md Add CONTRIBUTING.md 2017-05-27 17:18:20 -04:00
fonts.mk build revision 1 and 2 2016-09-10 22:40:33 -07:00
INSTALL.md Update link to Windows tool binaries in INSTALL.md 2017-05-21 10:39:30 -04:00
ld_script.sed introduce RAM variable LD script generator tool 2016-09-25 00:32:04 -07:00
ld_script.txt integrate data 2017-06-17 22:33:09 -05:00
Makefile Merge field_effects data into src/field_effect.c 2017-06-12 20:57:16 -04:00
misc.mk finish dumping majority of gfx in graphics.s 2016-09-03 18:22:54 +01:00
README.md Make the irc link bigger 2017-05-27 17:18:07 -04:00
ruby_rev1.sha1 Build multiple versions at a time. Generated files go in build/. 2017-03-22 17:42:07 -04:00
ruby_rev2.sha1 Build multiple versions at a time. Generated files go in build/. 2017-03-22 17:42:07 -04:00
ruby.sha1 build Ruby/Sapphire separately 2016-09-22 23:18:40 -07:00
sapphire_rev1.sha1 Build multiple versions at a time. Generated files go in build/. 2017-03-22 17:42:07 -04:00
sapphire_rev2.sha1 Build multiple versions at a time. Generated files go in build/. 2017-03-22 17:42:07 -04:00
sapphire.sha1 build Ruby/Sapphire separately 2016-09-22 23:18:40 -07:00
shared_syms.txt cleanup player_pc.c 2017-06-09 02:43:39 -04:00
sym_bss.txt cleanup player_pc.c 2017-06-09 02:43:39 -04:00
sym_common.txt move player_pc data to C file and do a lot of labeling 2017-06-15 03:34:11 -04:00
sym_ewram.txt cleanup player_pc.c 2017-06-09 02:43:39 -04:00
tilesets.mk tilesets 2016-01-29 03:55:59 -08:00
whitespace.sh Detect trailing whitespace 2017-05-08 16:53:21 -07:00

Pokémon Ruby and Sapphire Build Status

This is a disassembly of Pokémon Ruby and Sapphire.

It builds the following roms:

  • pokeruby.gba sha1: f28b6ffc97847e94a6c21a63cacf633ee5c8df1e
  • pokesapphire.gba sha1: 3ccbbd45f8553c36463f13b938e833f652b793e4

To set up the repository, see INSTALL.md.

irc: freenode#pret