diff options
author | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-02-25 01:32:53 -0500 |
---|---|---|
committer | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-02-25 01:32:53 -0500 |
commit | 8551724d051cd1d103dad1972a5ac1f4cc2d6a4b (patch) | |
tree | b74edbde3a2c35b286b91ca20324495ec0bae035 | |
parent | 315695a387bdd33b09283ebd7e0a6dbfd410dc6e (diff) |
Update README and Makefile
-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 |