summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bikeshop.asm6
-rwxr-xr-xscripts/pewtercity.asm2
2 files changed, 5 insertions, 3 deletions
diff --git a/scripts/bikeshop.asm b/scripts/bikeshop.asm
index e639caf9..32351289 100755
--- a/scripts/bikeshop.asm
+++ b/scripts/bikeshop.asm
@@ -79,11 +79,11 @@ BikeShopText1: ; 1d745 (7:5745)
jp TextScriptEnd
BikeShopMenuText: ; 1d7f8 (7:57f8)
- db "BICYCLE"
- next "CANCEL@"
+ db "BICYCLETTE"
+ next "RETOUR@"
BikeShopMenuPrice: ; 1d807 (7:5807)
- db "¥1000000@"
+ db "1000000¥@"
BikeShopText_1d810: ; 1d810 (7:5810)
TX_FAR _BikeShopText_1d810
diff --git a/scripts/pewtercity.asm b/scripts/pewtercity.asm
index 28fa1cc3..4dcfe790 100755
--- a/scripts/pewtercity.asm
+++ b/scripts/pewtercity.asm
@@ -277,6 +277,8 @@ PewterCityText_19431: ; 19431 (6:5431)
PewterCityText5: ; 19436 (6:5436)
TX_ASM
+ ld a,$FC
+ ld [$CD6B],a
ld hl, PewterCityText_1945d
call PrintText
xor a