diff options
Diffstat (limited to 'engine/battle_anims/functions.asm')
-rw-r--r-- | engine/battle_anims/functions.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle_anims/functions.asm b/engine/battle_anims/functions.asm index 6706bd364..fc1ef4766 100644 --- a/engine/battle_anims/functions.asm +++ b/engine/battle_anims/functions.asm @@ -2514,7 +2514,7 @@ BattleAnimFunction_25: ld hl, BATTLEANIMSTRUCT_10 add hl, bc ld e, [hl] - ld hl, $ffa0 + lb hl, -1, $a0 add hl, de ld e, l ld d, h |