Decompilation of Pokémon Pinball: Ruby & Sapphire
Go to file
WhenGryphonsFly 2c15471cec Update permuter_settings.toml
It was not, in fact, just the lack of -fprologue-bugfix
2023-08-13 15:05:18 -05:00
.github Update calcrom.pl 2023-06-25 12:02:31 -05:00
asm Decompile ResetPokedex 2023-08-13 12:43: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 Fix incbin calculation 2023-06-24 10:41:01 -05:00
graphics Revoke execute permissions 2023-06-16 20:20:02 -05:00
include Decompile ResetPokedex 2023-08-13 12:43:03 -05:00
src Update permuter_settings.toml 2023-08-13 15:05:18 -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 Revoke execute permissions 2023-06-16 20:18:38 -05:00
graphics_rules.mk Revoke execute permissions 2023-06-16 20:28:40 -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 Decompile ResetPokedex 2023-08-13 12:43:03 -05:00
Makefile Remove NONMATCHING 2023-08-13 13:53:48 -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 Revoke execute permissions 2023-06-16 20:18:38 -05: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 things 2023-06-25 11:13:17 -07: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