diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-06 10:34:05 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-06 10:34:05 -0500 |
| commit | 4efb3e307cd6b4bf267ab0d509f8e5ab498f798e (patch) | |
| tree | cd405b6d1ca27c14bfbed4fd3c2fefe91be7ee33 /scripts/BikeShop.asm | |
| parent | Merge pull request #60 from Rangi42/master (diff) | |
| download | pokeyellow-4efb3e307cd6b4bf267ab0d509f8e5ab498f798e.tar.gz pokeyellow-4efb3e307cd6b4bf267ab0d509f8e5ab498f798e.tar.xz pokeyellow-4efb3e307cd6b4bf267ab0d509f8e5ab498f798e.zip | |
Sync more with pokered
Diffstat (limited to 'scripts/BikeShop.asm')
| -rwxr-xr-x | scripts/BikeShop.asm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/BikeShop.asm b/scripts/BikeShop.asm index e4345e8e..0c5357d2 100755 --- a/scripts/BikeShop.asm +++ b/scripts/BikeShop.asm @@ -14,7 +14,6 @@ BikeShopText1: ld hl, BikeShopText_1d82f call PrintText jp .Done - .asm_260d4 ld b, BIKE_VOUCHER call IsItemInBag @@ -31,12 +30,10 @@ BikeShopText1: ld hl, BikeShopText_1d824 call PrintText jr .Done - .BagFull ld hl, BikeShopText_1d834 call PrintText jr .Done - .asm_41190 ld hl, BikeShopText_1d810 call PrintText |
