summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2019-02-15 17:21:51 +0100
committermid-kid <esteve.varela@gmail.com>2019-02-15 17:21:51 +0100
commitee86b367662ab8f7a81a644c66f5bf14ead59ba8 (patch)
tree55c480e193fc4ea7d04da2785aed0615d932c9f2 /wram.asm
parent4154f191e09404748de4faa3a63bcb51faf42c98 (diff)
wNumActiveBattleAnims → wLastAnimObjectIndex
This variable never decrements, it only increments to give each battle animation a different, and incremental "index".
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index e81f01d1a..4f37aa32f 100644
--- a/wram.asm
+++ b/wram.asm
@@ -3045,7 +3045,7 @@ wBGEffect4:: battle_bg_effect wBGEffect4
wBGEffect5:: battle_bg_effect wBGEffect5
wActiveBGEffectsEnd::
-wNumActiveBattleAnims:: db ; d40e
+wLastAnimObjectIndex:: db ; d40e
wBattleAnimFlags:: db ; d40f
wBattleAnimAddress:: dw ; d410