Decompilation of Pokémon Pinball: Ruby & Sapphire
Go to file
2019-08-04 10:34:11 -05:00
asm convert hardcoded ROM addresses to symbols in asm 2019-08-04 10:34:11 -05:00
common_syms convert hardcoded ROM addresses to symbols in asm 2019-08-04 10:34:11 -05:00
constants Add m4a_1.s 2018-10-12 10:14:49 -05:00
data More decompiling + gbplayer lib code 2018-10-24 18:16:51 -05:00
graphics convert hardcoded ROM addresses to symbols in asm 2019-08-04 10:34:11 -05:00
include update m4a library 2019-08-01 23:23:43 -05:00
src update m4a library 2019-08-01 23:23:43 -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 fix issue with git and .pal files 2019-08-01 20:18:01 -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 convert hardcoded ROM addresses to symbols in asm 2019-08-04 10:34:11 -05:00
Makefile m4a COMMON syms 2019-08-01 22:52:18 -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 define SoundMainRAM_Buffer 2019-08-01 23:00:58 -05:00
sym_common.txt update m4a library 2019-08-01 23:23:43 -05:00
sym_ewram.txt m4a COMMON syms 2019-08-01 22:52:18 -05:00
undefined_rom.txt convert hardcoded ROM addresses to symbols in asm 2019-08-04 10:34:11 -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