split out battle animation asm (bg effects, objects, commands)

This commit is contained in:
yenatch 2013-12-17 23:54:25 -05:00
parent 48be8d206c
commit fa2e0108b9
5 changed files with 9531 additions and 9515 deletions

1549
battle/anim_commands.asm Normal file

File diff suppressed because it is too large Load Diff

5037
battle/anim_objects.asm Normal file

File diff suppressed because it is too large Load Diff

3
battle/anims.asm Normal file
View File

@ -0,0 +1,3 @@
BattleAnimations: ; c906f
INCBIN "baserom.gbc",$c906f,$cbcdd - $c906f

2938
battle/bg_effects.asm Normal file

File diff suppressed because it is too large Load Diff

9519
main.asm

File diff suppressed because it is too large Load Diff