diff options
-rwxr-xr-x | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -6,8 +6,10 @@ 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. +To assemble, first download RGBDS (http://iimarck.us/etc/rgbds.zip) and extract +the exe's to /usr/local/bin. Then copy the above ROM to this directory as "baserom.gbc". -Then run "make" in your shell. +Then run `easy_install git://github.com/drj11/pypng.git@master#egg=pypng` +Then run `make` in your shell. This will output a file named "tcg.gbc".
\ No newline at end of file |