summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorobskyr <powpowd@gmail.com>2018-07-03 04:25:41 +0200
committerobskyr <powpowd@gmail.com>2018-07-03 04:27:25 +0200
commit9ee9fe5c8f74571c41540085ac1566090ae1936b (patch)
treeea63c5cda3e21aa97fdc362a198bc7cbc0d10ce2 /Makefile
parent5a8a294140c870b1a979980c6e7e61cea5883452 (diff)
parent67388aeeda060f7d08e7e2b6ca90097b978886f6 (diff)
Merge branch 'master' of https://github.com/mid-kid/pokegold-spaceworld into master
Once again, manually. Hoo boy.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 69f9dde..dd6c27a 100644
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,7 @@ $(CORRECTEDROM): %-correctheader.gb: %.gb
$(ROM): poke%-spaceworld.gb: $(OBJS) | $(BASEROM)
$(RGBLINK) -d -n $(@:.gb=.sym) -m $(@:.gb=.map) -O $(BASEROM) -o $@ $^
$(RGBFIX) -f lh -k 01 -l 0x33 -m 0x03 -p 0 -r 3 -t "POKEMON2$(shell echo $* | cut -d _ -f 1 | tr '[:lower:]' '[:upper:]')" $@
-# $(sort_sym) $(@:.gb=.sym)
+ $(sort_sym) $(@:.gb=.sym)
$(BASEROM):
@echo "Please obtain a copy of Gold_debug.sgb and put it in this directory as $@"