diff options
author | klektron <klektron@users.noreply.github.com> | 2020-11-09 19:26:03 +0100 |
---|---|---|
committer | klektron <klektron@users.noreply.github.com> | 2020-11-09 19:26:03 +0100 |
commit | 8a0e357b5c57cebae90941a504e416f51f51ff14 (patch) | |
tree | c5bf84f3972451de3c95062c7fbc3348540499cd | |
parent | eb5ce8c3f899c5bb2eb750045a011a97e461a2c4 (diff) |
changed splash borders, slots gfxs and changed some menu text
-rwxr-xr-x | engine/menus/main_menu.asm | 26 | ||||
-rw-r--r-- | gfx/sgb/blue_border.png | bin | 1117 -> 1117 bytes | |||
-rw-r--r-- | gfx/sgb/blue_border.tilemap | bin | 1792 -> 1792 bytes | |||
-rw-r--r-- | gfx/sgb/red_border.png | bin | 1048 -> 1053 bytes | |||
-rw-r--r-- | gfx/sgb/red_border.tilemap | bin | 1792 -> 1792 bytes | |||
-rw-r--r-- | gfx/slots/blue_slots_1.png | bin | 469 -> 470 bytes | |||
-rw-r--r-- | gfx/slots/red_slots_1.png | bin | 470 -> 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 Binary files differindex 098df2b6..6e86d538 100644 --- a/gfx/sgb/blue_border.png +++ b/gfx/sgb/blue_border.png diff --git a/gfx/sgb/blue_border.tilemap b/gfx/sgb/blue_border.tilemap Binary files differindex b0b0b94b..14085bc9 100644 --- a/gfx/sgb/blue_border.tilemap +++ b/gfx/sgb/blue_border.tilemap diff --git a/gfx/sgb/red_border.png b/gfx/sgb/red_border.png Binary files differindex 7549bb47..5826cba9 100644 --- a/gfx/sgb/red_border.png +++ b/gfx/sgb/red_border.png diff --git a/gfx/sgb/red_border.tilemap b/gfx/sgb/red_border.tilemap Binary files differindex 4077ed8e..607bbcb2 100644 --- a/gfx/sgb/red_border.tilemap +++ b/gfx/sgb/red_border.tilemap diff --git a/gfx/slots/blue_slots_1.png b/gfx/slots/blue_slots_1.png Binary files differindex ea4cf0bd..3a7bad10 100644 --- a/gfx/slots/blue_slots_1.png +++ b/gfx/slots/blue_slots_1.png diff --git a/gfx/slots/red_slots_1.png b/gfx/slots/red_slots_1.png Binary files differindex b27d5801..95d12d48 100644 --- a/gfx/slots/red_slots_1.png +++ b/gfx/slots/red_slots_1.png |