summaryrefslogtreecommitdiff
path: root/engine/battle/move_effects/mimic.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/battle/move_effects/mimic.asm')
-rw-r--r--engine/battle/move_effects/mimic.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/move_effects/mimic.asm b/engine/battle/move_effects/mimic.asm
index e4b99377f..71eb72c63 100644
--- a/engine/battle/move_effects/mimic.asm
+++ b/engine/battle/move_effects/mimic.asm
@@ -43,7 +43,7 @@ BattleCommand_Mimic:
ld [hl], 5
call GetMoveName
call AnimateCurrentMove
- ld hl, LearnedMoveText
+ ld hl, MimicLearnedMoveText
jp StdBattleTextbox
.fail