Decompilation of Pokémon Ruby/Sapphire
Go to file
Cameron Hall 3f477dae36
Merge pull request #750 from camthesaxman/filenames_1
emerald file names, part 1
2019-07-28 21:23:43 -05:00
.travis/calcrom Woops. Restore executable permissions to scripts 2018-06-20 20:12:50 -05:00
asm Finish contest_link_80C2020 2019-04-08 17:33:35 -05:00
constants Rename OPPONENT_ to TRAINER_ to match pokeemerald. 2018-07-20 21:32:31 -05:00
data fix build 2019-07-28 18:52:37 -05:00
data-de Use real apostrophes instead of fake ones 2018-12-07 10:54:47 -05:00
graphics combine bg2.pal and blank_pal.pal 2019-07-28 13:37:19 -05:00
graphics-de sync region map data formats with pokeemerald 2019-01-15 23:26:17 -05:00
include Merge branch 'master' into filenames_1 2019-07-28 20:36:33 -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 Renaming cry voicegroups 2018-09-22 15:38:44 -04:00
src Merge branch 'master' into filenames_1 2019-07-28 20:36:33 -05:00
tools Merge pull request #724 from Diegoisawesome/master 2019-03-18 18:24:05 -05:00
.clang-format Add formatting rules 2017-06-22 23:03:41 +02:00
.gitattributes Add json to list of LF line-end files 2019-02-05 15:45:17 -06:00
.gitignore Match a few NONMATCHINGs, document some NONMATCHINGs. 2018-09-12 11:22:31 -04:00
.gitmodules Create and propagate field map object callback declaration macro 2017-05-22 14:40:21 -04:00
.travis.yml Update to dkp r50 download url 2019-02-04 10:50:43 -06:00
asmdiff_de_debug.sh Fix building German Debug 2019-07-02 19:29:49 -05:00
asmdiff_de.sh Woops. Restore executable permissions to scripts 2018-06-20 20:12:50 -05:00
asmdiff.sh match atk49_moveend 2019-07-28 18:28:15 -05:00
build_tools_mac.sh Add support for gbafix 2018-09-29 13:20:25 -04:00
build_tools.sh Add support for gbafix 2018-09-29 13:20:25 -04:00
castform.mk tilesets 2016-01-29 03:55:59 -08:00
charmap.txt Use real apostrophes instead of fake ones 2018-12-07 10:54:47 -05:00
clean_tools.sh Add support for gbafix 2018-09-29 13:20:25 -04:00
compare-ruby.sh Woops. Restore executable permissions to scripts 2018-06-20 20:12:50 -05:00
compare-sapphire.sh Woops. Restore executable permissions to scripts 2018-06-20 20:12:50 -05:00
compare.sh Woops. Restore executable permissions to scripts 2018-06-20 20:12:50 -05:00
config.mk Add support for gbafix 2018-09-29 13:20:25 -04:00
CONTRIBUTING.md Fix type in CONTRIBUTING.md 2019-04-23 19:56:44 -05:00
de_after.sh Woops. Restore executable permissions to scripts 2018-06-20 20:12:50 -05:00
de_before.sh Woops. Restore executable permissions to scripts 2018-06-20 20:12:50 -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 emerald file names, part 1 2019-07-28 20:33:25 -05:00
Makefile Start roulette rodata decomp 2019-07-02 19:29:49 -05:00
map_data_rules.mk Cleanup and add game version flag to mapjson tool 2019-02-04 17:30:13 -06:00
misc.mk combine battle interface graphics files 2019-07-28 14:00:31 -05: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 Update Discord link. 2018-10-22 22:20:03 -04: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
spritesheet_rules.mk Use spritesheets for event object and field effect pics (#686) 2018-09-12 18:59:10 -05:00
sym_bss.txt emerald file names, part 1 2019-07-28 20:33:25 -05:00
sym_common.txt Label field_camera 2018-06-08 19:57:53 -05:00
sym_ewram.txt emerald file names, part 1 2019-07-28 20:33:25 -05: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