summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-12-08 16:22:35 -0500
committeryenatch <yenatch@gmail.com>2013-12-08 16:22:35 -0500
commit9eb2cf3d217e8f9e0e86b8d41eac21ce54dd2ba4 (patch)
tree89befa070d76abc7925fceb9ff222a76c822ecdc /wram.asm
parent37dd85797a7c5c5581b8fb21bae83d5d34ae0321 (diff)
more battle animation labels
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm21
1 files changed, 21 insertions, 0 deletions
diff --git a/wram.asm b/wram.asm
index 1e22eb6f1..a860e1a01 100644
--- a/wram.asm
+++ b/wram.asm
@@ -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]