diff options
-rwxr-xr-x | Makefile | 2 | ||||
-rwxr-xr-x | README.md | 9 |
2 files changed, 5 insertions, 6 deletions
@@ -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 @@ -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 |