aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2024-12-25 21:24:25 -0500
committerGitHub <noreply@github.com>2024-12-25 21:24:25 -0500
commitcde1cb7b1f405c2b6e78f19bbc47269c28d87af8 (patch)
tree48ddf9febae1f5a4e3fab20a549a3fa54880f697 /Makefile
parentUse spaces around operators (diff)
downloadpokeyellow-cde1cb7b1f405c2b6e78f19bbc47269c28d87af8.tar.gz
pokeyellow-cde1cb7b1f405c2b6e78f19bbc47269c28d87af8.tar.xz
pokeyellow-cde1cb7b1f405c2b6e78f19bbc47269c28d87af8.zip
Use RGBDS 0.9.0 (#123)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 187be1e3..144cb984 100644
--- a/Makefile
+++ b/Makefile
@@ -130,7 +130,7 @@ pokeyellow_pad = 0x00
pokeyellow_debug_pad = 0xff
pokeyellow_vc_pad = 0x00
-opts = -cjsv -k 01 -l 0x33 -m 0x1b -p 0 -r 03 -t "POKEMON YELLOW"
+opts = -cjsv -k 01 -l 0x33 -m MBC5+RAM+BATTERY -p 0 -r 03 -t "POKEMON YELLOW"
%.gbc: $$(%_obj) layout.link
$(RGBLINK) -p $($*_pad) -w -m $*.map -n $*.sym -l layout.link -o $@ $(filter %.o,$^)