Skip to content

Commit

Permalink
Fix spacing of Emulator Options menu
Browse files Browse the repository at this point in the history
  • Loading branch information
calc84maniac committed Dec 6, 2022
1 parent 3407395 commit 1e0efc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions menu.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1675,19 +1675,19 @@ EmulationMenu:
.db "",0
.db ITEM_OPTION
.db TurboMode-OptionConfig
.db 95,0
.db 105,0
.db "Turbo mode: %-6s",0

.db "The time offset for games with clocks.\nShould match the time set in the OS.\nRelevant when sharing save files.",0
.db ITEM_OPTION
.db TimeZone-OptionConfig
.db 105,0
.db 125,0
.db "Time zone: UTC%-6s",0

.db "Set to on if DST is currently active.",0
.db ITEM_OPTION
.db DaylightSavingTime-OptionConfig
.db 115,0
.db 135,0
.db "Daylight Saving Time: %-3s",0

.db "Return to the main menu.",0
Expand Down

0 comments on commit 1e0efc0

Please sign in to comment.