Define map setup commands as macros like other script commands

This commit is contained in:
Rangi
2020-07-13 20:44:16 -04:00
parent d626a0dc3b
commit eca33ef190
8 changed files with 394 additions and 241 deletions

View File

@@ -11,6 +11,7 @@ INCLUDE "macros/scripts/maps.asm"
INCLUDE "macros/scripts/events.asm"
INCLUDE "macros/scripts/text.asm"
INCLUDE "macros/scripts/movement.asm"
INCLUDE "macros/scripts/map_setup.asm"
INCLUDE "macros/scripts/battle_commands.asm"
INCLUDE "macros/scripts/battle_anims.asm"
INCLUDE "macros/scripts/trade_anims.asm"