summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMakefile2
-rwxr-xr-xREADME.md9
2 files changed, 5 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index aff8563..3d98f6c 100755
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
.PHONY: all compare clean
.SUFFIXES:
-.SUFFIXES: .asm .o .gbc .png .2bpp .1bpp
+.SUFFIXES: .asm .o .gbc .png .2bpp .1bpp .pal
.SECONDEXPANSION:
ROMS := tcg.gbc
diff --git a/README.md b/README.md
index 2211f9b..b295ff4 100755
--- a/README.md
+++ b/README.md
@@ -6,10 +6,9 @@ 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/bentley/rgbds/releases) and extract
-the exe's to /usr/local/bin.
-Then copy the above ROM to this directory as "baserom.gbc".
-Then run `easy_install pypng`
-Then run `make` in your shell.
+To assemble, first download RGBDS (https://github.com/bentley/rgbds/releases) and extract it to /usr/local/bin.
+Build RGBGFX (https://github.com/stag019/rgbgfx) and put it in /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". \ No newline at end of file