Disassembly of Pokémon TCG 2
Go to file
dannye 2c0b54bfb8
Merge pull request #65 from earthoul/cleanups-2026-04
Clean-ups on menus, serials, and decks and other structured data with asserts and macros
2026-04-19 09:58:28 -05:00
src Clean up receive-card text data entries 2026-04-18 03:09:55 +09:00
tools Refactor Game Center Lobby and Entrance scripts 2026-02-16 23:13:48 +09:00
.gitattributes Add .gitattributes 2022-05-14 17:42:59 -05:00
.gitignore Update Makefile 2021-10-15 12:43:42 -05:00
.rgbds-version Use features of RGBDS 1.0.0 (#47) 2025-11-12 21:52:50 -06:00
CONTRIBUTING.md Fix some typos 2025-12-06 15:09:54 -06:00
Makefile Use features of RGBDS 1.0.0 (#47) 2025-11-12 21:52:50 -06:00
README.md Update README formatting 2026-03-29 08:49:21 -05:00
rom.sha1 Update Makefile 2021-10-15 12:43:42 -05:00

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 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 "poketcg2.gbc".

See also

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

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