diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-16 19:50:48 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-16 19:50:48 -0400 |
| commit | cd71ae03af9e75235c8035821700dd6dc6b69616 (patch) | |
| tree | dc9a8c98e42123aebc6963b71826b25f730e4b1a /main.asm | |
| parent | Merge pull request #277 from Rangi42/master (diff) | |
| download | pokeyellow-cd71ae03af9e75235c8035821700dd6dc6b69616.tar.gz pokeyellow-cd71ae03af9e75235c8035821700dd6dc6b69616.tar.xz pokeyellow-cd71ae03af9e75235c8035821700dd6dc6b69616.zip | |
Separate move/battle animation data from move data (to do: further identify animation data labels+constants)
Diffstat (limited to 'main.asm')
| -rwxr-xr-x | main.asm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |
