diff options
Diffstat (limited to 'items/item_descriptions.asm')
-rw-r--r-- | items/item_descriptions.asm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/items/item_descriptions.asm b/items/item_descriptions.asm index a3c39a1e6..ee54c526d 100644 --- a/items/item_descriptions.asm +++ b/items/item_descriptions.asm @@ -8,8 +8,7 @@ GetItemDescription: ; 0x1c8955 pop hl ld a, [$d265] ld [$cf60], a - ld a, $11 - call Predef + predef PrintMoveDesc ret .nomovedesc |