aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNarishma-gb <194818981+Narishma-gb@users.noreply.github.com>2025-11-22 18:13:55 +0100
committerGitHub <noreply@github.com>2025-11-22 11:13:55 -0600
commit451b494284b7b292d6153404f749fcde0ec69b88 (patch)
treef38416b631a5c41100b0149ca0a201eed105e6dd /Makefile
parentFix tools/unnamed.py (diff)
downloadpokeyellow-451b494284b7b292d6153404f749fcde0ec69b88.tar.gz
pokeyellow-451b494284b7b292d6153404f749fcde0ec69b88.tar.xz
pokeyellow-451b494284b7b292d6153404f749fcde0ec69b88.zip
Minor fix in Makefile, add one `PIKACHU_SPRITE_INDEX` (#141)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fdd39c60..8e15a00e 100644
--- a/Makefile
+++ b/Makefile
@@ -130,7 +130,7 @@ pokeyellow.gbc: RGBLINKFLAGS += -p 0x00
pokeyellow_debug.gbc: RGBLINKFLAGS += -p 0xff
pokeyellow_vc.gbc: RGBLINKFLAGS += -p 0x00
-RGBFIXFLAGS += -cjsv -k 01 -l 0x33 -m MBC5+RAM+BATTERY -p 0 -r 03 -t "POKEMON YELLOW"
+RGBFIXFLAGS += -cjsv -k 01 -l 0x33 -m MBC5+RAM+BATTERY -r 03 -t "POKEMON YELLOW"
pokeyellow.gbc: RGBFIXFLAGS += -p 0x00
pokeyellow_debug.gbc: RGBFIXFLAGS += -p 0xff
pokeyellow_vc.gbc: RGBFIXFLAGS += -p 0x00