diff options
Diffstat (limited to 'scripts/BikeShop.asm')
-rw-r--r-- | scripts/BikeShop.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/BikeShop.asm b/scripts/BikeShop.asm index f5f0539e..6fa42240 100644 --- 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 |