diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bikeshop.asm | 6 | ||||
-rwxr-xr-x | scripts/pewtercity.asm | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/scripts/bikeshop.asm b/scripts/bikeshop.asm index 4d6853be..97aaed15 100755 --- a/scripts/bikeshop.asm +++ b/scripts/bikeshop.asm @@ -79,11 +79,11 @@ BikeShopText1: jp TextScriptEnd BikeShopMenuText: - db "BICYCLE" - next "CANCEL@" + db "BICYCLETTE" + next "RETOUR@" BikeShopMenuPrice: - db "¥1000000@" + db "1000000¥@" BikeShopText_1d810: TX_FAR _BikeShopText_1d810 diff --git a/scripts/pewtercity.asm b/scripts/pewtercity.asm index 5ee83f34..603c4759 100755 --- a/scripts/pewtercity.asm +++ b/scripts/pewtercity.asm @@ -277,6 +277,8 @@ PewterCityText_19431: PewterCityText5: TX_ASM + ld a,$FC + ld [$CD6B],a ld hl, PewterCityText_1945d call PrintText xor a |