diff options
Diffstat (limited to 'battle/anim_commands.asm')
-rw-r--r-- | battle/anim_commands.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/anim_commands.asm b/battle/anim_commands.asm index c8077b710..34c946e33 100644 --- a/battle/anim_commands.asm +++ b/battle/anim_commands.asm @@ -1430,7 +1430,7 @@ Functioncc8d3: ; cc8d3 ld e, [hl] inc hl ld d, [hl] - ld hl, $506f + ld hl, BattleAnimations add hl, de add hl, de call Function3ae1 |