summaryrefslogtreecommitdiff
path: root/engine/battle_anims/core.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/battle_anims/core.asm')
-rw-r--r--engine/battle_anims/core.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle_anims/core.asm b/engine/battle_anims/core.asm
index d756a447a..ef5aee3f5 100644
--- a/engine/battle_anims/core.asm
+++ b/engine/battle_anims/core.asm
@@ -288,7 +288,7 @@ GetBattleAnimTileOffset:
push bc
ld hl, wBattleAnimTileDict
ld b, a
- ld c, 10 / 2
+ ld c, NUM_BATTLEANIMTILEDICT_ENTRIES
.loop
ld a, [hli]
cp b