diff options
Diffstat (limited to 'engine/items/print_item_description.asm')
-rw-r--r-- | engine/items/print_item_description.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/items/print_item_description.asm b/engine/items/print_item_description.asm index b0a3a0b33..5d944e206 100644 --- a/engine/items/print_item_description.asm +++ b/engine/items/print_item_description.asm @@ -9,7 +9,7 @@ PrintItemDescription: push de farcall GetTMHMItemMove pop hl - ld a, [wd265] + ld a, [wTempTMHM] ld [wCurSpecies], a predef PrintMoveDesc ret |