aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/BikeShop.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-11-06 10:33:58 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2020-11-06 10:33:58 -0500
commit13d4d533f7c5904391309e72f4b7937210b1c476 (patch)
tree12af6219abc245f24a8931684c3240c95970b21d /scripts/BikeShop.asm
parentMerge pull request #301 from Rangi42/master (diff)
downloadpokeyellow-13d4d533f7c5904391309e72f4b7937210b1c476.tar.gz
pokeyellow-13d4d533f7c5904391309e72f4b7937210b1c476.tar.xz
pokeyellow-13d4d533f7c5904391309e72f4b7937210b1c476.zip
Sync more with pokeyellow
Diffstat (limited to 'scripts/BikeShop.asm')
-rwxr-xr-xscripts/BikeShop.asm6
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]