summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
authorentrpntr <12521136+entrpntr@users.noreply.github.com>2020-06-03 19:58:45 -0400
committerGitHub <noreply@github.com>2020-06-03 19:58:45 -0400
commitd3a6668b1ce4336f9a4443c70376039b700ee012 (patch)
tree954c9cf0cbfad8207399563d36fd64d02c6f16ce /macros.asm
parent7cc52fe23bac6ab9b2d58667e825aef62dd74e03 (diff)
parent1210a5ef54141eeeebf79132a3124a8392c35c4e (diff)
Merge pull request #41 from libjet/bank23
Disassemble bank $23
Diffstat (limited to 'macros.asm')
-rw-r--r--macros.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/macros.asm b/macros.asm
index 30056c9d..e635a2b0 100644
--- a/macros.asm
+++ b/macros.asm
@@ -14,6 +14,7 @@ INCLUDE "macros/scripts/movement.asm"
INCLUDE "macros/scripts/battle_commands.asm"
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