From cd71ae03af9e75235c8035821700dd6dc6b69616 Mon Sep 17 00:00:00 2001 From: Rangi Date: Thu, 16 Jul 2020 19:50:48 -0400 Subject: Separate move/battle animation data from move data (to do: further identify animation data labels+constants) --- main.asm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main.asm') 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" -- cgit v1.3.1-sl0p