Decompilation of Pokémon Ruby/Sapphire
Go to file
Marcus Huderle 08e6fb5382
Merge pull request #453 from huderlem/battle_tower
Decompile battle_tower
2017-11-02 21:03:52 -07:00
.travis travis: allow formatting job to fail instead of falsely reporting passed 2017-07-04 20:55:59 -04:00
asm More battle_tower decomp 2017-10-28 22:18:48 -07:00
asm-de fix german build try number 2 2017-08-23 17:28:31 +02:00
common_syms move sound_check_menu.c to debug 2017-10-01 00:21:17 -05:00
constants Move battle_tower level100 mons to src/ 2017-10-22 15:55:51 -07:00
data Merge pull request #453 from huderlem/battle_tower 2017-11-02 21:03:52 -07:00
data-de Move german battle tower trainers into src/data/battle_tower 2017-11-01 21:50:04 -07:00
graphics remove trainer palettes 2017-10-08 21:38:28 -05:00
graphics-de Build German Sapphire (1.0) 2017-07-09 13:54:21 +02:00
include Merge pull request #453 from huderlem/battle_tower 2017-11-02 21:03:52 -07:00
sound
src Merge pull request #453 from huderlem/battle_tower 2017-11-02 21:03:52 -07:00
tools fix out of bounds read when scanning comments 2017-10-22 23:40:14 -05:00
.clang-format Add formatting rules 2017-06-22 23:03:41 +02:00
.gitattributes
.gitignore formatting 2017-07-17 01:07:17 -04:00
.gitmodules Create and propagate field map object callback declaration macro 2017-05-22 14:40:21 -04:00
.travis.yml Build German Sapphire (1.0) 2017-07-09 13:54:21 +02:00
asmdiff.sh add asmdiff.sh comparison script 2017-10-01 14:58:26 -05:00
build_tools.sh
castform.mk
charmap.txt
compare-ruby.sh
compare-sapphire.sh
compare.sh
CONTRIBUTING.md Add CONTRIBUTING.md 2017-05-27 17:18:20 -04:00
fonts.mk
INSTALL.md Update link to Windows tool binaries in INSTALL.md 2017-05-21 10:39:30 -04:00
ld_script.sed
ld_script.txt Merge pull request #453 from huderlem/battle_tower 2017-11-02 21:03:52 -07:00
Makefile Merge pull request #443 from camthesaxman/png_palettes 2017-10-09 00:05:22 -05:00
misc.mk Make files non-executable 2017-06-27 16:11:15 +02:00
override-de.mk Make gfx match 2017-06-24 02:54:45 +02:00
override.mk Empty overrides 2017-06-24 18:59:52 +02:00
README.md Add Discord and other disassemblies. 2017-09-04 19:40:49 -04:00
ruby_de.sha1 Add hash 2017-06-24 02:21:27 +02:00
ruby_rev1.sha1
ruby_rev2.sha1
ruby.sha1
sapphire_de.sha1 Build German Sapphire (1.0) 2017-07-09 13:54:21 +02:00
sapphire_rev1.sha1
sapphire_rev2.sha1
sapphire.sha1
shared_syms.txt delete sth from shared syms file 2017-08-27 18:27:56 +02:00
sym_bss.txt move misc/ files up one dir. 2017-09-30 21:07:50 -04:00
sym_common.txt Merge pull request #439 from camthesaxman/sound_check_menu-cleanup 2017-10-01 14:53:14 -05:00
sym_ewram.txt Document party menu handlers, text oam, and menu types 2017-10-09 18:43:44 -07:00
tilesets.mk

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