Decompilation of Pokémon Pinball: Ruby & Sapphire
Go to file
2023-06-16 20:07:05 -05:00
.github Create pull_request_template.md 2023-06-05 21:09:52 -05:00
asm Match sub_329B0 2023-06-16 19:49:08 -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 Disassemble sprite sets for bonus field select 2021-07-23 09:32:38 -05:00
graphics Dump options screen bg gfx 2020-07-05 17:34:00 -05:00
include Match sub_329B0 2023-06-16 19:49:08 -05:00
src Match sub_329B0 2023-06-16 19:49:08 -05:00
tools Merge pull request #12 from PikalaxALT/pikalax_work 2023-06-05 19:18:19 -05:00
.gitattributes replace build_tools.sh with make tools 2020-07-21 19:37:41 -05:00
.gitignore decompile through sub_51C3C 2019-08-11 13:11:32 -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 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 2023-06-04 20:43:33 -05:00
ld_script.sed Use pret-style linkerscript 2018-10-13 14:14:45 -05:00
ld_script.txt Fixup 2021-07-23 09:32:38 -05:00
Makefile Merge pull request #12 from PikalaxALT/pikalax_work 2023-06-05 19:18:19 -05:00
pokepinballrs.sha1 Initial commit 2018-10-10 12:22:40 -05:00
README.md Kill Freenode. 2021-10-08 04:45:29 -06:00
sym_bss.txt migrate IWRAM symbols to ld script 2019-08-04 11:51:23 -05:00
sym_common.txt import agb_sram library 2019-08-04 23:24:09 -05:00
sym_ewram.txt more labeling 2019-08-12 18:47:16 -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