summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
authorPokeglitch <pokeglitchx@gmail.com>2018-06-18 08:45:05 -0400
committerPokeglitch <pokeglitchx@gmail.com>2018-06-18 08:45:05 -0400
commitf7ec78851ca170a91e6f00ff48cf97f27ec14bea (patch)
tree0caa6474552da49702620a934c89dfd6476cd00b /macros.asm
parent12823eea3ea185d98e06320a0ee1a3baba1a0986 (diff)
Forgot to add changes to previous commit.
Diffstat (limited to 'macros.asm')
-rw-r--r--macros.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/macros.asm b/macros.asm
index a348650..8f8175d 100644
--- a/macros.asm
+++ b/macros.asm
@@ -9,3 +9,5 @@ INCLUDE "macros/farcall.asm"
INCLUDE "macros/text.asm"
INCLUDE "macros/wram.asm"
INCLUDE "macros/audio.asm"
+INCLUDE "macros/scripts.asm"
+INCLUDE "macros/queue.asm"