diff options
author | YamaArashi <shadow962@live.com> | 2015-07-19 11:56:13 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-07-19 11:56:13 -0700 |
commit | 02bd91b7076165653a900a8e39c12a92a9bd2976 (patch) | |
tree | 90590dc9f3b05eb19697ba81ec3467ac533c8f1b /engine/hidden_object_functions3.asm | |
parent | 64b4cf624fe2175e2c7539b91bc41b6dae28a00e (diff) |
jpab/jpba macros
Diffstat (limited to 'engine/hidden_object_functions3.asm')
-rwxr-xr-x | engine/hidden_object_functions3.asm | 4 |
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) |