summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-12-17 23:32:46 -0500
committeryenatch <yenatch@gmail.com>2013-12-17 23:33:15 -0500
commit48be8d206c32377ec15538e9b8b6c0a60713ac81 (patch)
treee2c98db8aced771faf5ff78fbf4d59dac7accafb /wram.asm
parentb616180c10762903d11e83b975f922caae8dbd54 (diff)
some bg effect labels
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm21
1 files changed, 16 insertions, 5 deletions
diff --git a/wram.asm b/wram.asm
index b85131f08..d7ce8f5bb 100644
--- a/wram.asm
+++ b/wram.asm
@@ -2144,25 +2144,36 @@ LYOverridesBackup: ; d200
LYOverridesBackupEnd:
-SECTION "Battle Animations", WRAMX[$d3fa], BANK[5]
+SECTION "Battle Animations", WRAMX[$d30a], BANK[5]
+
+ActiveAnimObjects: ; d30a
+ ds 4 * 40
+
+ ds 80
ActiveBGEffects: ; d3fa
ds 4 * 5
- ds 2
+ ds 1
+BattleAnimFlags: ; d40f
+ ds 1
BattleAnimAddress: ; d410
ds 2
BattleAnimDuration: ; d412
ds 1
BattleAnimParent: ; d413
ds 2
- ds 2
-BattleAnimByte: ; d417
+BattleAnimLoops: ; d415
+ ds 1
+BattleAnimVar: ; d416
ds 1
+BattleAnimByte: ; d417
ds 1
-BattleAnimTile: ; d419
ds 1
+BattleAnimTemps: ; d419
+ ds 8
+
SECTION "SRAMBank1",SRAM,BANK[1]