Disassembly of Pokémon TCG
Go to file
2021-01-15 00:20:39 -06:00
src Merge branch 'master' of https://github.com/pret/poketcg 2021-01-14 13:55:50 -06:00
tools Detect and fix unreachable local labels in script_extractor2 2021-01-15 00:20:39 -06:00
.gitignore Clean up whitespace 2020-12-14 12:02:36 -06:00
bugs_and_glitches.md Update bugs_and_glitches.md with AI Shift bug 2020-12-21 10:12:50 +00:00
Makefile Makefile: always compare by default 2020-12-14 11:55:21 -06:00
README.md Use rgbgfx instead of gfx.py 2020-12-13 14:28:35 -06:00
rom.sha1 Use rgbgfx instead of gfx.py 2020-12-13 14:28:35 -06:00
STYLE_GUIDE.md Clean up white space 2020-11-14 19:58:10 -06:00

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 sha1: 0f8670a583255cff3e5b7ca71b5d7454d928fc48

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

See also

Other disassembly projects: