Disassembly of Pokémon Pinball
Go to file
2017-07-07 19:57:13 -07:00
audio Updated code to comply with newer rgbds (and remove unnecessary memory access brackets where there is no memory access) 2017-07-06 18:28:11 -03:00
constants Label wCurBonusMultiplier and move bonus multplier logic into separate file 2017-07-02 17:45:36 -05:00
contents Added linkerscript to comply with new rgbds 2017-07-06 20:20:39 -03:00
data Move Ball palettes into separate file 2017-07-02 15:14:25 -05:00
engine Label evolution, joypad, message box things 2017-07-07 19:57:13 -07:00
gfx labeled some text and evolution stuff 2017-07-08 01:33:55 +01:00
home Label evolution, joypad, message box things 2017-07-07 19:57:13 -07:00
macros Dump sound effects 2017-06-17 13:46:56 -07:00
pokemon-reverse-engineering-tools@74c620d01a Bump tools 2016-12-05 20:40:04 -05:00
text Pokedex mon attributes and other incbins 2017-06-10 13:14:50 -07:00
.gitignore Updated code to comply with newer rgbds (and remove unnecessary memory access brackets where there is no memory access) 2017-07-06 18:28:11 -03:00
.gitmodules Add label for Bottom Message Text. 2015-02-07 16:40:17 -08:00
charmap.asm Some WRAM changes; update farcall macro 2017-02-12 15:06:36 -05:00
constants.asm Label wPikachuSaverCharge and create constant MAX_PIKACHU_SAVER_CHARGE 2017-07-02 12:53:40 -05:00
gbhw.asm Add GBHW constants for MBC5 2016-10-23 19:37:07 -04:00
home.asm Label evolution, joypad, message box things 2017-07-07 19:57:13 -07:00
hram.asm Function labels and data dism related to physics 2017-03-26 17:50:03 -04:00
INSTALL.md Update INSTALL.md 2017-07-06 17:02:20 -07:00
macros.asm Remove baserom.gbc dependency. We made it! 2017-06-20 22:03:16 -07:00
main.asm Label evolution, joypad, message box things 2017-07-07 19:57:13 -07:00
Makefile Added linkerscript to comply with new rgbds 2017-07-06 20:20:39 -03:00
README.md UNIX line ending 2015-02-12 12:38:12 -05:00
rom.md5 Remove baserom.gbc dependency. We made it! 2017-06-20 22:03:16 -07:00
sram.asm Added linkerscript to comply with new rgbds 2017-07-06 20:20:39 -03:00
text.asm Document scrolling message routines, data structs, and buffers. 2017-03-14 20:15:27 -07:00
vram.asm Some WRAM changes; update farcall macro 2017-02-12 15:06:36 -05:00
wram.asm Label evolution, joypad, message box things 2017-07-07 19:57:13 -07:00

Pokémon Pinball

This is a disassembly of Pokémon Pinball (Game Boy Color).

It builds the following rom:

  • Pokemon Pinball (U) [C][!].gb md5: fbe20570c2e52c937a9395024069ba3c

To set up the repository, see INSTALL.md.