diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-06 21:18:22 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-06 21:18:22 -0400 |
| commit | 06db7ec55bbc87ed18db72a53fb20fa7b4da9b29 (patch) | |
| tree | d9631415d7640c39b8883766fa5209f92912c95c /scripts/BikeShop.asm | |
| parent | Use ASCII quotes in comments (diff) | |
| download | pokeyellow-06db7ec55bbc87ed18db72a53fb20fa7b4da9b29.tar.gz pokeyellow-06db7ec55bbc87ed18db72a53fb20fa7b4da9b29.tar.xz pokeyellow-06db7ec55bbc87ed18db72a53fb20fa7b4da9b29.zip | |
callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfar
Diffstat (limited to 'scripts/BikeShop.asm')
| -rwxr-xr-x | scripts/BikeShop.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/BikeShop.asm b/scripts/BikeShop.asm index 338381e9..8ff581a3 100755 --- a/scripts/BikeShop.asm +++ b/scripts/BikeShop.asm @@ -24,7 +24,7 @@ BikeShopText1: jr nc, .BagFull ld a, BIKE_VOUCHER ldh [hItemToRemoveID], a - callba RemoveItemByID + farcall RemoveItemByID SetEvent EVENT_GOT_BICYCLE ld hl, BikeShopText_1d824 call PrintText |
