Disassembly of Pokémon Pinball
Go to file
2017-07-10 17:30:12 -07:00
audio Stop using Win^H^H^Hwindows DansGame 2017-07-07 22:46:11 +02:00
constants Label ball upgrade and CAVE lights 2017-07-09 09:27:38 -07:00
contents Added linkerscript to comply with new rgbds 2017-07-06 20:20:39 -03:00
data More main.asm cleanup 2017-07-09 19:41:39 -07:00
engine Label audio engine update methods 2017-07-10 17:30:12 -07:00
gfx Merge pull request #13 from NieDzejkob/permissions 2017-07-08 07:23:24 -07:00
home Merge pull request #19 from PikalaxALT/master 2017-07-09 10:24:07 -07:00
macros Stop using Win^H^H^Hwindows DansGame 2017-07-07 22:46:11 +02:00
pokemon-reverse-engineering-tools@979c98a7c0 Label audio engine update methods 2017-07-10 17:30:12 -07:00
text Cleanup scrolling text labels. Use macro for the wram locations. Move text.asm -> text/scrolling_text.asm 2017-07-08 18:34:44 -07:00
tools Refactor scan_includes and use "rb" (fixes crlf). 2017-07-08 14:29:28 -04:00
.gitignore Stop using Win^H^H^Hwindows DansGame 2017-07-07 22:46:11 +02:00
.gitmodules Add label for Bottom Message Text. 2015-02-07 16:40:17 -08:00
charmap.asm Stop using Win^H^H^Hwindows DansGame 2017-07-07 22:46:11 +02:00
constants.asm Stop using Win^H^H^Hwindows DansGame 2017-07-07 22:46:11 +02:00
gbhw.asm Stop using Win^H^H^Hwindows DansGame 2017-07-07 22:46:11 +02:00
home.asm Label audio engine update methods 2017-07-10 17:30:12 -07:00
hram.asm Merge branch 'chaos_requests' 2017-07-08 17:48:39 -07:00
INSTALL.md Merge pull request #15 from yenatch/c-tools 2017-07-08 11:35:34 -07:00
macros.asm Some more organization of HOME 2017-07-09 13:16:41 -04:00
main.asm More main.asm cleanup 2017-07-09 19:41:39 -07:00
Makefile Merge pull request #15 from yenatch/c-tools 2017-07-08 11:35:34 -07:00
README.md Stop using Win^H^H^Hwindows DansGame 2017-07-07 22:46:11 +02:00
rom.md5 Stop using Win^H^H^Hwindows DansGame 2017-07-07 22:46:11 +02:00
sram.asm Some more organization of HOME 2017-07-09 13:16:41 -04:00
vram.asm Stop using Win^H^H^Hwindows DansGame 2017-07-07 22:46:11 +02:00
wram.asm Label audio engine update methods 2017-07-10 17:30:12 -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.