Decompilation of Pokémon Pinball: Ruby & Sapphire
Go to file
Retnuhytnuob b480b7a99f
Some checks are pending
CI / build (push) Waiting to run
sharpedo/wailmer helper table {oam/variant} and wailmer graphics (#190)
* sharpedo/wailmer helper table {oam/variant} and wailmer graphics

* Naming for known Gfx variables

* name known Oam object data
2026-02-14 15:34:44 -06:00
.github Fix github actions build 2026-02-08 08:54:04 -06:00
asm Dump lots of sound data 2026-01-31 16:05:32 -06:00
common_syms convert hardcoded ROM addresses to symbols in asm 2019-08-04 10:34:11 -05:00
constants Revoke execute permissions 2023-06-16 20:18:38 -05:00
data sharpedo/wailmer helper table {oam/variant} and wailmer graphics (#190) 2026-02-14 15:34:44 -06:00
data_dump_tools Add packed_sprite_oam macro and dumping script, dump duskull spritesheet oam entries 2025-07-14 09:17:17 -05:00
expected_objs Decomp sub_203CC (#178) 2025-09-07 07:49:03 -05:00
graphics sharpedo/wailmer helper table {oam/variant} and wailmer graphics (#190) 2026-02-14 15:34:44 -06:00
include sharpedo/wailmer helper table {oam/variant} and wailmer graphics (#190) 2026-02-14 15:34:44 -06:00
sound Rename sound constants with code use confirmation (#192) 2026-02-14 09:11:21 -06:00
src sharpedo/wailmer helper table {oam/variant} and wailmer graphics (#190) 2026-02-14 15:34:44 -06:00
tools initialize the oamSprite var for compatibility (#189) 2026-02-14 09:12:26 -06:00
.gitattributes Gbagfx OAM chunk handling, with override support (#143) 2026-02-08 14:17:19 -06:00
.gitignore Gbagfx OAM chunk handling, with override support (#143) 2026-02-08 14:17:19 -06:00
asmdiff.sh through sub_2768 2021-07-23 09:32:38 -05:00
audio_rules.mk Convert all samples to .wav files 2026-02-01 11:43:10 -06:00
baserom.xdelta Create build workflow 2021-07-23 10:49:36 -04:00
charmap.txt Move unused katakana into their presumed charmap positions, based on pokeemerald 2026-01-25 09:39:28 -06:00
graphics_rules.mk Gbagfx OAM chunk handling, with override support (#143) 2026-02-08 14:17:19 -06:00
INSTALL.md Revoke execute permissions 2023-06-16 20:18:38 -05:00
ld_script.sed Revoke execute permissions 2023-06-16 20:18:38 -05:00
ld_script.txt Dump lots of sound data 2026-01-31 16:05:32 -06:00
Makefile Gbagfx OAM chunk handling, with override support (#143) 2026-02-08 14:17:19 -06:00
objdiff.json Add expected_objs 2024-09-27 20:55:53 -05:00
permuter_settings.toml Update permuter_settings.toml 2023-08-13 15:05:18 -05:00
pokepinballrs.sha1 Revoke execute permissions 2023-06-16 20:18:38 -05:00
README.md Replaced decomp list with pret.github.io link 2023-08-30 18:37:40 -04:00
sym_bss.txt Revoke execute permissions 2023-06-16 20:18:38 -05:00
sym_common.txt Dump lots of sound data 2026-01-31 16:05:32 -06:00
sym_ewram.txt Dump lots of sound data 2026-01-31 16:05:32 -06: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.

For contacts and other pret projects, see pret.github.io.