diff options
author | Logan <log.butt@gmail.com> | 2016-05-30 00:47:55 +1200 |
---|---|---|
committer | einstein95 <einstein95@users.noreply.github.com> | 2016-07-19 05:16:14 +1200 |
commit | a27aad0f2c98e3e1d5faf7468f9d3858c16c2d3a (patch) | |
tree | 23b5f771c0fade06c665453376bc965130e9ce55 /scripts | |
parent | 25c27785aa83a12330ea58e1e35b2fec90dd84f4 (diff) |
Initial decompilation of FR Red
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 |