blob: 03f14e705df580d4c83fa435d3849f66734408a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Pokémon TCG
This is a disassembly of Pokémon TCG.
It uses the following ROM as a base:
* Pokemon Trading Card Game (U) [C][!].gbc `md5: 219b2cc64e5a052003015d4bd4c622cd`
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 "tcg.gbc".
|