summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2010-01-04 20:17:37 -0700
committerIIMarckus <iimarckus@gmail.com>2010-01-04 20:17:37 -0700
commit63a594a3c5591c9de176f8543d1440048ca75a98 (patch)
tree5253752ff527fbaa3555ed72f195cd35b5b9a9d7 /Makefile
parentdf2b3b739c9cf8a5d63d6f8f342e63bc67525ebc (diff)
outsource the ROM header to rgbfix
hg-commit-id: 0a810b8fee68
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3cba1c6d..c1fcab22 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
pokered.gbc: pokered.asm
rgbasm -opokered.obj pokered.asm
xlink -z0 pokered.link
- rgbfix -p -v pokered.gbc
+ rgbfix -p0 "-tPOKEMON RED" -k01 -s -j -b13 -m3 -v pokered.gbc
cmp baserom.gbc pokered.gbc
clean: