diff options
author | yenatch <yenatch@gmail.com> | 2013-12-08 16:22:35 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-12-08 16:22:35 -0500 |
commit | 9eb2cf3d217e8f9e0e86b8d41eac21ce54dd2ba4 (patch) | |
tree | 89befa070d76abc7925fceb9ff222a76c822ecdc /wram.asm | |
parent | 37dd85797a7c5c5581b8fb21bae83d5d34ae0321 (diff) |
more battle animation labels
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -2137,6 +2137,27 @@ LYOverrides: ; d100 ds 144 LYOverridesEnd: + ds 112 + +LYOverridesBackup: ; d200 + ds 144 +LYOverridesBackupEnd: + + +SECTION "Battle Animations", WRAMX[$d410], BANK[5] + +BattleAnimAddress: ; d410 + ds 2 +BattleAnimDuration: ; d412 + ds 1 +BattleAnimParent: ; d413 + ds 2 + ds 2 +BattleAnimByte: ; d417 + ds 1 + ds 1 +BattleAnimTile: ; d419 + ds 1 SECTION "SRAMBank1",SRAM,BANK[1] |