summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-07-16 19:50:48 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-07-16 19:50:48 -0400
commitcd71ae03af9e75235c8035821700dd6dc6b69616 (patch)
treedc9a8c98e42123aebc6963b71826b25f730e4b1a /main.asm
parentd44c7c305c3f94b59e3e2c008408779836a0020a (diff)
Separate move/battle animation data from move data (to do: further identify animation data labels+constants)
Diffstat (limited to 'main.asm')
-rwxr-xr-xmain.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.asm b/main.asm
index 51f9fa9f..8e8ee1a1 100755
--- a/main.asm
+++ b/main.asm
@@ -352,6 +352,8 @@ INCLUDE "engine/overworld/cut2.asm"
INCLUDE "engine/overworld/dust_smoke.asm"
INCLUDE "gfx/fishing.asm"
INCLUDE "data/moves/animations.asm"
+INCLUDE "data/battle_anims/subanimations.asm"
+INCLUDE "data/battle_anims/frame_blocks.asm"
INCLUDE "engine/movie/evolution.asm"
INCLUDE "engine/overworld/elevator.asm"
INCLUDE "engine/items/tm_prices.asm"