diff options
Diffstat (limited to 'engine/items/tmhm.asm')
-rw-r--r-- | engine/items/tmhm.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/items/tmhm.asm b/engine/items/tmhm.asm index c240282f..f8986c17 100644 --- a/engine/items/tmhm.asm +++ b/engine/items/tmhm.asm @@ -121,7 +121,7 @@ TeachTMHM: push bc ld a, [wCurPartyMon] ld hl, wPartyMonNicknames - call GetNick + call GetNickname pop bc ld a, c |