Decompilation of Pokémon Ruby/Sapphire
Go to file
2018-06-20 19:54:16 -05:00
.travis/calcrom Update file permissions 2018-06-20 17:47:23 -05:00
asm Label move_tutor_menu.c 2018-06-10 11:09:57 -05:00
constants Use MUS_ prefix instead of BGM_ prefix for songs 2018-06-20 17:47:51 -05:00
data Use MUS_ prefix instead of BGM_ prefix for songs 2018-06-20 17:47:51 -05:00
data-de Fix german 2018-06-20 19:45:19 -05:00
graphics Update file permissions 2018-06-20 17:47:23 -05:00
graphics-de Build German Sapphire (1.0) 2017-07-09 13:54:21 +02:00
include Merge remote-tracking branch 'upstream/master' into assets 2018-06-20 17:58:19 -05:00
projects remove Visual Studio support. Hardcoded paths are too much, look into project generation 2018-02-19 12:41:30 -05:00
sound Merge branch 'master' into german_debug 2018-02-06 18:50:47 -06:00
src Merge remote-tracking branch 'upstream/master' into assets 2018-06-20 17:58:19 -05:00
tools Fix "catching polymorphic type" errors with newest gcc 2018-06-03 16:26:04 -05:00
.clang-format Add formatting rules 2017-06-22 23:03:41 +02:00
.gitattributes actually ignore things recursively, please 2017-11-20 21:21:14 -05:00
.gitignore move project files to projects subdir. 2018-02-02 00:46:09 -05:00
.gitmodules Create and propagate field map object callback declaration macro 2017-05-22 14:40:21 -04:00
.travis.yml Add calcrom to travis 2018-06-16 10:45:11 -05:00
asmdiff_de_debug.sh Update file permissions 2018-06-20 17:47:23 -05:00
asmdiff_de.sh Update file permissions 2018-06-20 17:47:23 -05:00
asmdiff.sh Update file permissions 2018-06-20 17:47:23 -05:00
build_tools_mac.sh Update file permissions 2018-06-20 17:47:23 -05:00
build_tools.sh Update file permissions 2018-06-20 17:47:23 -05:00
castform.mk tilesets 2016-01-29 03:55:59 -08:00
charmap.txt Use MUS_ prefix instead of BGM_ prefix for songs 2018-06-20 17:47:51 -05:00
clean_tools.sh Update file permissions 2018-06-20 17:47:23 -05:00
compare-ruby.sh Update file permissions 2018-06-20 17:47:23 -05:00
compare-sapphire.sh Update file permissions 2018-06-20 17:47:23 -05:00
compare.sh Update file permissions 2018-06-20 17:47:23 -05:00
config.mk add debug target 2018-01-16 18:32:21 -06:00
CONTRIBUTING.md Update CONTRIBUTING.md 2018-04-21 08:55:20 -07:00
de_after.sh Update file permissions 2018-06-20 17:47:23 -05:00
de_before.sh Update file permissions 2018-06-20 17:47:23 -05:00
fonts.mk refactor build system 2018-01-10 23:20:32 -06:00
INSTALL.md Update installation instructions to export DEVKITPRO 2018-06-06 00:08:36 -05:00
ld_script.txt Label move_tutor_menu.c 2018-06-10 11:09:57 -05:00
Makefile Update Makefile and installation instructions for devkitpro r48 2018-05-26 19:06:26 -05:00
misc.mk refactor build system 2018-01-10 23:20:32 -06:00
override-de.mk override-de.mk: GFX -> GBAGFX 2018-01-10 23:27:54 -06:00
override.mk fuck you, git 2018-01-16 22:34:49 -06:00
README.md Add pokegold and pokefirered. 2017-12-31 13:29:33 -05:00
ruby_de_debug.sha1 add debug target 2018-01-16 18:32:21 -06:00
ruby_de.sha1 Add hash 2017-06-24 02:21:27 +02: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_de.sha1 Build German Sapphire (1.0) 2017-07-09 13:54:21 +02: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
sym_bss.txt Label move_tutor_menu.c 2018-06-10 11:09:57 -05:00
sym_common.txt Label field_camera 2018-06-08 19:57:53 -05:00
sym_ewram.txt Merge pull request #590 from huderlem/battle_9 2018-04-06 18:18:35 -07:00
tilesets.mk refactor build system 2018-01-10 23:20:32 -06: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.

See also