summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-03-22 18:37:40 -0400
committerentrpntr <entrpntr@gmail.com>2020-03-22 18:37:40 -0400
commitdb8db97aa341f52174a14d415ca680656f0bcf64 (patch)
treece6b343e20e393e929ea0d8509e69b7c04ae83dd /macros.asm
parent15890237493f06d266a3197357d42edf883355e2 (diff)
Clean up makefile, submodules, root dir; Python 3 compatibility.
Diffstat (limited to 'macros.asm')
-rw-r--r--macros.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/macros.asm b/macros.asm
index b7985712..df24c293 100644
--- a/macros.asm
+++ b/macros.asm
@@ -23,10 +23,10 @@ INCLUDE "macros/flag.asm"
INCLUDE "macros/legacy.asm"
dr: macro
-IF DEF(GOLD)
+IF DEF(_GOLD)
INCBIN "baserom-gold.gbc", \1, \2 +- \1
ELSE
-IF DEF(SILVER)
+IF DEF(_SILVER)
INCBIN "baserom-silver.gbc", \1, \2 +- \1
ENDC
ENDC