poketcg/README.md
SailorMoonFan01 2f669861d3
rgbds has moved from bentley to gbdev
The instructions were a bit out of date and I noticed that rgbds has moved from bentley to gbdev
2020-11-29 18:36:23 -05:00

1.4 KiB

Pokémon TCG

This is a disassembly of Pokémon TCG.

It uses the following ROM as a base:

  • Pokémon Trading Card Game (U) [C][!].gbc md5: 219b2cc64e5a052003015d4bd4c622cd

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

See Also