summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-05-15 09:51:36 -0400
committerentrpntr <entrpntr@gmail.com>2020-05-15 09:57:37 -0400
commit05b591cd95f3fd62e84b33eb56d25f197b17a96c (patch)
tree57635b441bb8b2a208a359126c5dc9b8df7abfa6 /macros.asm
parent82c33aacb036428bf9861e7f97914c7bb675fa07 (diff)
Remove remaining legacy macros from current code.
Diffstat (limited to 'macros.asm')
-rw-r--r--macros.asm5
1 files changed, 4 insertions, 1 deletions
diff --git a/macros.asm b/macros.asm
index bb8088b4..30056c9d 100644
--- a/macros.asm
+++ b/macros.asm
@@ -15,7 +15,10 @@ INCLUDE "macros/scripts/battle_commands.asm"
INCLUDE "macros/scripts/battle_anims.asm"
INCLUDE "macros/scripts/trade_anims.asm"
-INCLUDE "macros/legacy.asm"
+; TODO: Should this be included or not?
+; - Leave out for now so no code depending on legacy macros gets introduced
+;
+; INCLUDE "macros/legacy.asm"
dr: macro
IF DEF(_GOLD)