Decompilation of Pokémon Ruby/Sapphire
Go to file
2017-09-09 16:40:51 -05:00
.travis travis: allow formatting job to fail instead of falsely reporting passed 2017-07-04 20:55:59 -04:00
asm finish decompiling battle_controller_safari 2017-09-09 16:28:33 -05:00
asm-de fix german build of berry blender 2017-08-21 10:41:07 +02:00
common_syms Merge pull request #420 from DizzyEggg/decompile_evolution_scene 2017-09-08 21:44:04 -05:00
constants Build German Sapphire (1.0) 2017-07-09 13:54:21 +02:00
data Merge pull request #417 from camthesaxman/decompile_mauville_old_man 2017-09-08 22:11:08 -05:00
data-de finish labeling script 2017-08-24 20:50:39 -05:00
graphics more labeling and use static 2017-07-16 12:41:13 -05:00
graphics-de Build German Sapphire (1.0) 2017-07-09 13:54:21 +02:00
include Merge pull request #417 from camthesaxman/decompile_mauville_old_man 2017-09-08 22:11:08 -05:00
sound
src battle_controller_linkopponent2 -> battle_controller_linkopponent 2017-09-09 16:30:15 -05:00
tools fix std::string buffer overflow in scaninc 2017-07-28 17:07:01 -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
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 battle_controller_linkopponent2 -> battle_controller_linkopponent 2017-09-09 16:30:15 -05:00
Makefile Build German Sapphire (1.0) 2017-07-09 13:54:21 +02: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 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
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
shared_syms.txt delete sth from shared syms file 2017-08-27 18:27:56 +02:00
sym_bss.txt Merge pull request #417 from camthesaxman/decompile_mauville_old_man 2017-09-08 22:11:08 -05:00
sym_common.txt Merge pull request #420 from DizzyEggg/decompile_evolution_scene 2017-09-08 21:44:04 -05:00
sym_ewram.txt Merge pull request #417 from camthesaxman/decompile_mauville_old_man 2017-09-08 22:11:08 -05: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