Disassembly of Pokémon Puzzle Challenge
Go to file
2026-04-14 20:39:16 -05:00
src Minor cleanup 2026-04-14 20:39:16 -05:00
tools Update for RGBDS v1.0.0 2026-03-01 12:56:14 -06:00
.gitattributes Update for RGBDS v1.0.0 2026-03-01 12:56:14 -06:00
.gitignore Standardize project structure, disassemble some start up logic, add helper macros 2026-03-16 10:59:22 +00:00
.rgbds-version Update for RGBDS v1.0.0 2026-03-01 12:56:14 -06:00
Makefile Big code dump 2026-03-30 22:00:40 +01:00
README.md Update README.md 2026-03-29 08:52:58 -05:00
rom.sha1 Update for RGBDS v1.0.0 2026-03-01 12:56:14 -06:00

Pokémon Puzzle Challenge

This is a disassembly of Pokémon Puzzle Challenge.

It uses the following ROM as a base:

  • Pokemon Puzzle Challenge (U) [C][!].gbc sha1: bbf952412250ae511b3b862566e424ce6a672f99

To assemble, first install RGBDS and put it in your path.
Then copy the above ROM to this directory as "baserom.gbc".
Then run make in your shell.

This will output a file named "pokepuzzle.gbc".

See also

You can find us on Discord (pret, #pokepuzzle).

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