diff options
author | klektron <klektron@users.noreply.github.com> | 2020-12-29 21:54:33 +0100 |
---|---|---|
committer | klektron <klektron@users.noreply.github.com> | 2020-12-29 21:54:33 +0100 |
commit | af2eb191837e9c2921b7e8015874568675f32e9f (patch) | |
tree | d72f094ed69238f89297ce031c4b14eed14515a8 /scripts | |
parent | 0c92d318cce58a42fa15d7989f9999d324c7475d (diff) |
more changes
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 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 |