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/BikeShop.asm | |
parent | 0c92d318cce58a42fa15d7989f9999d324c7475d (diff) |
more changes
Diffstat (limited to 'scripts/BikeShop.asm')
-rwxr-xr-x | scripts/BikeShop.asm | 6 |
1 files changed, 3 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 |