diff options
author | yenatch <yenatch@gmail.com> | 2013-12-17 23:54:25 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-12-17 23:54:25 -0500 |
commit | fa2e0108b9c1def3bede35cb6c59442d6ceb92e8 (patch) | |
tree | 3a80805b4902d5ec6457e0ca76f9902f14e2c685 /battle/anims.asm | |
parent | 48be8d206c32377ec15538e9b8b6c0a60713ac81 (diff) |
split out battle animation asm (bg effects, objects, commands)
Diffstat (limited to 'battle/anims.asm')
-rw-r--r-- | battle/anims.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/battle/anims.asm b/battle/anims.asm new file mode 100644 index 000000000..1a5e28d40 --- /dev/null +++ b/battle/anims.asm @@ -0,0 +1,3 @@ +BattleAnimations: ; c906f +INCBIN "baserom.gbc",$c906f,$cbcdd - $c906f + |