Decompilation of Pokémon Pinball: Ruby & Sapphire
Find a file
2026-01-25 09:42:58 -06:00
.github faulty number parsing checks to fix 0 values 2025-09-07 08:09:25 -05:00
asm Decomp sub_203CC (#178) 2025-09-07 07:49:03 -05: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 Dump gSpeciesInfo to C 2026-01-24 11:02:42 -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 Dump dusclops bonus related graphics (#133) 2025-07-15 07:42:03 -05:00
include Identified unk2 in struct PokemonSpecies and provided Japanese names (#183) 2026-01-25 09:34:25 -06:00
src Use ASCI C string literals for species english names 2026-01-25 09:42:58 -06:00
tools Decompile sub_4F258 and also add a compabitility fix for the tools. (#144) 2025-08-03 11:34:46 -05:00
.gitattributes replace build_tools.sh with make tools 2020-07-21 19:37:41 -05:00
.gitignore Ignore mGBA save state files (#163) 2025-08-30 15:06:37 -05:00
asmdiff.sh through sub_2768 2021-07-23 09:32:38 -05: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 DataDump Pokedex entries, (0x0805C8B4) with preproc support, and english dex glyphs (0x08092FA0) (#132) 2025-07-13 08:18:51 -05: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 gSpeciesInfo to C 2026-01-24 11:02:42 -06:00
Makefile Decompile sub_17898 (#136) 2025-07-20 16:30:46 -05: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 Revoke execute permissions 2023-06-16 20:18:38 -05:00
sym_ewram.txt document some functions and ball state 2025-09-04 09:01:57 -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.

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