summaryrefslogtreecommitdiff
path: root/engine/items/items.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/items/items.asm
parent64b4cf624fe2175e2c7539b91bc41b6dae28a00e (diff)
jpab/jpba macros
Diffstat (limited to 'engine/items/items.asm')
-rwxr-xr-xengine/items/items.asm4
1 files changed, 1 insertions, 3 deletions
diff --git a/engine/items/items.asm b/engine/items/items.asm
index 704e6034..f9f76278 100755
--- a/engine/items/items.asm
+++ b/engine/items/items.asm
@@ -499,9 +499,7 @@ ItemUseTownMap: ; d968 (3:5968)
ld a,[W_ISINBATTLE]
and a
jp nz,ItemUseNotTime
- ld b, BANK(DisplayTownMap)
- ld hl, DisplayTownMap
- jp Bankswitch ; display Town Map
+ jpba DisplayTownMap
ItemUseBicycle: ; d977 (3:5977)
ld a,[W_ISINBATTLE]