Decompilation of Pokémon Pinball: Ruby & Sapphire
Go to file
2018-10-22 18:51:13 -05:00
asm Decompile sub_A20 2018-10-22 18:51:13 -05:00
constants Add m4a_1.s 2018-10-12 10:14:49 -05:00
data Dump mon catch locations 2018-10-18 16:46:47 -05:00
graphics Decompile a couple functions in titlescreen, and label gMain 2018-10-15 19:57:26 -05:00
include Decompile sub_A20 2018-10-22 18:51:13 -05:00
src Decompile sub_A20 2018-10-22 18:51:13 -05:00
tools Add -pinball-hatch-sprite option to gbagfx because it's a non-generalizable format 2018-10-14 13:23:48 -05:00
.gitattributes Add misc repo files 2018-10-13 15:59:12 -05:00
.gitignore Dump start.s 2018-10-11 11:59:28 -05:00
asmdiff.sh Decompile a couple functions in titlescreen, and label gMain 2018-10-15 19:57:26 -05:00
build_tools.sh Update build_tools.sh 2018-10-14 13:39:06 -05:00
charmap.txt Match first C function 2018-10-11 12:27:06 -05:00
graphics_rules.mk Decompile a couple functions in titlescreen, and label gMain 2018-10-15 19:57:26 -05:00
INSTALL.md Update INSTALL.md 2018-10-13 23:52:24 -05:00
ld_script.sed Use pret-style linkerscript 2018-10-13 14:14:45 -05:00
ld_script.txt Decompile some more functions up to AgbMain 2018-10-21 17:03:33 -05:00
Makefile Decompile some more functions up to AgbMain 2018-10-21 17:03:33 -05:00
pokepinballrs.sha1 Initial commit 2018-10-10 12:22:40 -05:00
README.md Update README.md 2018-10-13 16:04:26 -05:00
sym_bss.txt Decompile some more functions up to AgbMain 2018-10-21 17:03:33 -05:00
sym_common.txt Use pret-style linkerscript 2018-10-13 14:14:45 -05:00
sym_ewram.txt Decompile some more functions up to AgbMain 2018-10-21 17:03:33 -05:00

Pokémon Pinball: Ruby & Sapphire

This is a disassembly of Pokémon Pinball: Ruby & Sapphire.

It builds the following rom:

  • pokepinballrs.gba sha1: 9fec81ce2c5df589e0371a0bf2f92a5fe8db730b

To set up the repository, see INSTALL.md.

See also