diff options
Diffstat (limited to 'items/item_descriptions.asm')
-rw-r--r-- | items/item_descriptions.asm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/items/item_descriptions.asm b/items/item_descriptions.asm index 1c0b4f10f..ca88c0d1a 100644 --- a/items/item_descriptions.asm +++ b/items/item_descriptions.asm @@ -4,9 +4,7 @@ GetItemDescription: ; 0x1c8955 jr c, .nomovedesc ; if not a TM, use a predefined string ld [$d106], a push de - ld a, $b ; XXX replace this with BANK(label) - ld hl, $47b6 ; XXX replace this with label - rst FarCall + callba Function2c7b6 pop hl ld a, [$d265] ld [$cf60], a |