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 5d944e206..999c2075a 100644 --- a/engine/items/print_item_description.asm +++ b/engine/items/print_item_description.asm @@ -11,7 +11,7 @@ PrintItemDescription: pop hl ld a, [wTempTMHM] ld [wCurSpecies], a - predef PrintMoveDesc + predef PrintMoveDescription ret .not_a_tm |