diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-15 17:43:44 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-15 17:43:44 -0400 |
| commit | f1570d5d9d3f6c5a0f2bdb384d7a65db2d1cd459 (patch) | |
| tree | 31e872caa0b65df1f0a9bc1462d43501921a72bf | |
| parent | b3e38f1246cfcbb1a16b37b6e7e26328cbb796b5 (diff) | |
Include legacy macros
Audio macros are useful for old music .asm, and in general, this makes pokegold and pokecrystal more compatible.
| -rw-r--r-- | macros.asm | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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" |
