From 13d4d533f7c5904391309e72f4b7937210b1c476 Mon Sep 17 00:00:00 2001 From: Rangi Date: Fri, 6 Nov 2020 10:33:58 -0500 Subject: Sync more with pokeyellow --- scripts/BikeShop.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/BikeShop.asm') 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] -- cgit v1.3.1-sl0p