diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-10-25 16:01:12 -0700 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-10-25 16:01:12 -0700 |
commit | 07612257ccf21e0b5a4be28d7b5d9b7d9917d613 (patch) | |
tree | ae88e3028cf13f549b2257383b9931d18298a9c0 /items/item_descriptions.asm | |
parent | 80329c54897a545b9b8b3e82b686b09f295bb67a (diff) | |
parent | 046192575eec6405472ed2a43c701c7e25645c66 (diff) |
Merge pull request #213 from yenatch/merge-mrwint
Merge mrwint/master into kanzure/master
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 |