diff options
Diffstat (limited to 'scripts/bikeshop.asm')
-rwxr-xr-x | scripts/bikeshop.asm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/bikeshop.asm b/scripts/bikeshop.asm index a4e06601..75714dbc 100755 --- a/scripts/bikeshop.asm +++ b/scripts/bikeshop.asm @@ -25,9 +25,7 @@ BikeShopText1: ; 1d745 (7:5745) jr nc, .BagFull ld a, BIKE_VOUCHER ldh [$db], a - ld b, BANK(RemoveItemByID) - ld hl, RemoveItemByID - call Bankswitch + callba RemoveItemByID ld hl, $d75f set 0, [hl] ld hl, BikeShopText_1d824 |