diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-06 10:33:58 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-06 10:33:58 -0500 |
| commit | 13d4d533f7c5904391309e72f4b7937210b1c476 (patch) | |
| tree | 12af6219abc245f24a8931684c3240c95970b21d /scripts/BikeShop.asm | |
| parent | Merge pull request #301 from Rangi42/master (diff) | |
| download | pokeyellow-13d4d533f7c5904391309e72f4b7937210b1c476.tar.gz pokeyellow-13d4d533f7c5904391309e72f4b7937210b1c476.tar.xz pokeyellow-13d4d533f7c5904391309e72f4b7937210b1c476.zip | |
Sync more with pokeyellow
Diffstat (limited to 'scripts/BikeShop.asm')
| -rwxr-xr-x | scripts/BikeShop.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/BikeShop.asm b/scripts/BikeShop.asm index 7b290f31..f5f0539e 100755 --- a/scripts/BikeShop.asm +++ b/scripts/BikeShop.asm @@ -50,8 +50,8 @@ BikeShopText1: ld hl, wd730 set 6, [hl] hlcoord 0, 0 - ld b, $4 - ld c, $f + ld b, 4 + ld c, 15 call TextBoxBorder call UpdateSprites hlcoord 2, 2 @@ -63,7 +63,7 @@ BikeShopText1: ld hl, BikeShopText_1d815 call PrintText call HandleMenuInput - bit 1, a + bit BIT_B_BUTTON, a jr nz, .cancel ld hl, wd730 res 6, [hl] |
