From af2eb191837e9c2921b7e8015874568675f32e9f Mon Sep 17 00:00:00 2001 From: klektron Date: Tue, 29 Dec 2020 21:54:33 +0100 Subject: more changes --- scripts/BikeShop.asm | 6 +++--- scripts/PewterCity.asm | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/BikeShop.asm b/scripts/BikeShop.asm index f5f0539e..6fa42240 100755 --- a/scripts/BikeShop.asm +++ b/scripts/BikeShop.asm @@ -79,11 +79,11 @@ BikeShopText1: jp TextScriptEnd BikeShopMenuText: - db "BICYCLE" - next "CANCEL@" + db "BICICLETA" + next "SALIR@" BikeShopMenuPrice: - db "¥1000000@" + db "1000000¥@" BikeShopText_1d810: text_far _BikeShopText_1d810 diff --git a/scripts/PewterCity.asm b/scripts/PewterCity.asm index 221834de..2575ed60 100755 --- a/scripts/PewterCity.asm +++ b/scripts/PewterCity.asm @@ -281,6 +281,8 @@ PewterCityText_19431: PewterCityText5: text_asm + ld a, $FC + ld [wJoyIgnore], a ld hl, PewterCityText_1945d call PrintText xor a -- cgit v1.2.3