Disassembly of Pokémon TCG 2
Go to file
2026-03-08 16:30:01 -05:00
src Clean up tabs and constants 2026-03-09 05:00:24 +09:00
tools
.gitattributes
.gitignore
.rgbds-version
CONTRIBUTING.md
Makefile
README.md
rom.sha1

Pokémon TCG 2

This is a disassembly of Pokémon TCG 2.

It uses the following ROM as a base:

  • Pokémon Card GB2 - GR Dan Sanjou! (J) [C][!].gbc sha1: a7e12bcc5f514e3aad8de570fd511aab0a308822

To assemble, first download RGBDS (https://github.com/gbdev/rgbds/releases) and extract it to /usr/local/bin. Copy the above ROM to this directory as "baserom.gbc". Run make in your shell.

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

See also

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

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