diff options
author | Mr Wint <MrWint42@gmail.com> | 2013-10-02 02:47:54 +0200 |
---|---|---|
committer | Mr Wint <MrWint42@gmail.com> | 2013-10-02 02:47:54 +0200 |
commit | eb5a7afe2b4baef9b2f8ad1d3979aaccbe65aab1 (patch) | |
tree | 5369173ba28b552ed5b1fe074d78fb4677650242 /items/item_descriptions.asm | |
parent | fa673df4fa286e24097a5690ffad30b815d2607e (diff) |
* more callab/callba macros
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 |