summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorklektron <klektron@users.noreply.github.com>2020-11-09 19:26:03 +0100
committerklektron <klektron@users.noreply.github.com>2020-11-09 19:26:03 +0100
commit8a0e357b5c57cebae90941a504e416f51f51ff14 (patch)
treec5bf84f3972451de3c95062c7fbc3348540499cd
parenteb5ce8c3f899c5bb2eb750045a011a97e461a2c4 (diff)
changed splash borders, slots gfxs and changed some menu text
-rwxr-xr-xengine/menus/main_menu.asm26
-rw-r--r--gfx/sgb/blue_border.pngbin1117 -> 1117 bytes
-rw-r--r--gfx/sgb/blue_border.tilemapbin1792 -> 1792 bytes
-rw-r--r--gfx/sgb/red_border.pngbin1048 -> 1053 bytes
-rw-r--r--gfx/sgb/red_border.tilemapbin1792 -> 1792 bytes
-rw-r--r--gfx/slots/blue_slots_1.pngbin469 -> 470 bytes
-rw-r--r--gfx/slots/red_slots_1.pngbin470 -> 470 bytes
7 files changed, 13 insertions, 13 deletions
diff --git a/engine/menus/main_menu.asm b/engine/menus/main_menu.asm
index 95404cce..1767beee 100755
--- a/engine/menus/main_menu.asm
+++ b/engine/menus/main_menu.asm
@@ -330,13 +330,13 @@ SpecialEnterMap::
jp EnterMap
ContinueText:
- db "CONTINUE"
+ db "CONTINUAR"
next ""
; fallthrough
NewGameText:
- db "NEW GAME"
- next "OPTION@"
+ db "JUEGO NUEVO"
+ next "OPCIONES@"
CableClubOptionsText:
db "TRADE CENTER"
@@ -424,10 +424,10 @@ PrintPlayTime:
jp PrintNumber
SaveScreenInfoText:
- db "PLAYER"
- next "BADGES "
+ db "JUGAD."
+ next "MEDALLAS "
next "#DEX "
- next "TIME@"
+ next "TIEMPO@"
DisplayOptionMenu:
hlcoord 0, 0
@@ -582,19 +582,19 @@ DisplayOptionMenu:
jp .eraseOldMenuCursor
TextSpeedOptionText:
- db "TEXT SPEED"
- next " FAST MEDIUM SLOW@"
+ db "VELOCIDAD TEXTO"
+ next " RÁP. MED. LEN.@"
BattleAnimationOptionText:
- db "BATTLE ANIMATION"
- next " ON OFF@"
+ db "ANIMACIÓN BATALLA"
+ next " SÍ NO@"
BattleStyleOptionText:
- db "BATTLE STYLE"
- next " SHIFT SET@"
+ db "ESTILO BATALLA"
+ next " CAMBIAR MANTENER@"
OptionMenuCancelText:
- db "CANCEL@"
+ db "SALIR@"
; sets the options variable according to the current placement of the menu cursors in the options menu
SetOptionsFromCursorPositions:
diff --git a/gfx/sgb/blue_border.png b/gfx/sgb/blue_border.png
index 098df2b6..6e86d538 100644
--- a/gfx/sgb/blue_border.png
+++ b/gfx/sgb/blue_border.png
Binary files differ
diff --git a/gfx/sgb/blue_border.tilemap b/gfx/sgb/blue_border.tilemap
index b0b0b94b..14085bc9 100644
--- a/gfx/sgb/blue_border.tilemap
+++ b/gfx/sgb/blue_border.tilemap
Binary files differ
diff --git a/gfx/sgb/red_border.png b/gfx/sgb/red_border.png
index 7549bb47..5826cba9 100644
--- a/gfx/sgb/red_border.png
+++ b/gfx/sgb/red_border.png
Binary files differ
diff --git a/gfx/sgb/red_border.tilemap b/gfx/sgb/red_border.tilemap
index 4077ed8e..607bbcb2 100644
--- a/gfx/sgb/red_border.tilemap
+++ b/gfx/sgb/red_border.tilemap
Binary files differ
diff --git a/gfx/slots/blue_slots_1.png b/gfx/slots/blue_slots_1.png
index ea4cf0bd..3a7bad10 100644
--- a/gfx/slots/blue_slots_1.png
+++ b/gfx/slots/blue_slots_1.png
Binary files differ
diff --git a/gfx/slots/red_slots_1.png b/gfx/slots/red_slots_1.png
index b27d5801..95d12d48 100644
--- a/gfx/slots/red_slots_1.png
+++ b/gfx/slots/red_slots_1.png
Binary files differ