From a27aad0f2c98e3e1d5faf7468f9d3858c16c2d3a Mon Sep 17 00:00:00 2001 From: Logan Date: Mon, 30 May 2016 00:47:55 +1200 Subject: Initial decompilation of FR Red --- 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 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 -- cgit v1.2.3