16:9 support for Debug Menu

This commit is contained in:
DepressedTWM 2026-05-18 10:32:43 +04:00
parent 8d9568bd5f
commit b92a7647a2
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ class Window_DebugLeft < Window_Selectable
# * Object Initialization
#--------------------------------------------------------------------------
def initialize
super(0, 0, 192, 480)
super(0, 0, 192, Graphics.height)
self.index = 0
refresh
end

View file

@ -10,7 +10,7 @@ class Window_MainMenu < Window_Selectable
@commands << 'Settings'
if Window_Settings.DebugIsEnabled == true
@commands << 'TPtLOC'
@commands << 'TPtL'
end
@item_max = @commands.size