summaryrefslogtreecommitdiff
path: root/engine/hidden_object_functions3.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-07-19 11:56:13 -0700
committerYamaArashi <shadow962@live.com>2015-07-19 11:56:13 -0700
commit02bd91b7076165653a900a8e39c12a92a9bd2976 (patch)
tree90590dc9f3b05eb19697ba81ec3467ac533c8f1b /engine/hidden_object_functions3.asm
parent64b4cf624fe2175e2c7539b91bc41b6dae28a00e (diff)
jpab/jpba macros
Diffstat (limited to 'engine/hidden_object_functions3.asm')
-rwxr-xr-xengine/hidden_object_functions3.asm4
1 files changed, 1 insertions, 3 deletions
diff --git a/engine/hidden_object_functions3.asm b/engine/hidden_object_functions3.asm
index 8502cea8..80251b94 100755
--- a/engine/hidden_object_functions3.asm
+++ b/engine/hidden_object_functions3.asm
@@ -34,9 +34,7 @@ PrintBookshelfText: ; fb50 (3:7b50)
.noMatch
ld a, $ff
ld [$ffdb], a
- ld b, BANK(PrintCardKeyText)
- ld hl, PrintCardKeyText
- jp Bankswitch
+ jpba PrintCardKeyText
; format: db tileset id, bookshelf tile id, text id
BookshelfTileIDs: ; fb8b (3:7b8b)