summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-06-15 17:43:44 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-06-15 17:43:44 -0400
commitf1570d5d9d3f6c5a0f2bdb384d7a65db2d1cd459 (patch)
tree31e872caa0b65df1f0a9bc1462d43501921a72bf /macros.asm
parentb3e38f1246cfcbb1a16b37b6e7e26328cbb796b5 (diff)
Include legacy macros
Audio macros are useful for old music .asm, and in general, this makes pokegold and pokecrystal more compatible.
Diffstat (limited to 'macros.asm')
-rw-r--r--macros.asm5
1 files changed, 1 insertions, 4 deletions
diff --git a/macros.asm b/macros.asm
index 9818c79e..1018eeb1 100644
--- a/macros.asm
+++ b/macros.asm
@@ -16,7 +16,4 @@ INCLUDE "macros/scripts/battle_anims.asm"
INCLUDE "macros/scripts/trade_anims.asm"
INCLUDE "macros/scripts/gfx_anims.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"
+INCLUDE "macros/legacy.asm"