summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2021-05-31 19:21:57 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2021-05-31 19:21:57 -0400
commitfa4ed9ea593d4d09afa08e662207ff8cdb84addc (patch)
tree4550b8ae9729969fed5647b4cb1f5e65c7fee226 /Makefile
parent1caab64abe5867164ac7a2eeef351d9432c6a1b9 (diff)
Use rgblink -w to have one $2000-byte WRAM0 region
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e6ca41ce..a5a6af77 100644
--- a/Makefile
+++ b/Makefile
@@ -99,7 +99,7 @@ pokeyellow_debug_pad = 0xff
opts = -cjsv -k 01 -l 0x33 -m 0x1b -p 0 -r 03 -t "POKEMON YELLOW"
%.gbc: $$(%_obj) layout.link
- $(RGBLINK) -p $($*_pad) -m $*.map -n $*.sym -l layout.link -o $@ $(filter %.o,$^)
+ $(RGBLINK) -p $($*_pad) -w -m $*.map -n $*.sym -l layout.link -o $@ $(filter %.o,$^)
$(RGBFIX) -p $($*_pad) $(opts) $@