Added the "Batt Power" dummy option to the Misc Keys window (KeyDisplayBatt)
This commit is contained in:
@@ -345,3 +345,4 @@ NEWSYM SDRatio, db 0 ; 0 = /2, 28 = /30
|
||||
NEWSYM KeyEmuSpeedUp, dd 0
|
||||
NEWSYM KeyEmuSpeedDown, dd 0
|
||||
NEWSYM AllowUDLR, db 0
|
||||
NEWSYM KeyDisplayBatt, dd 0
|
||||
@@ -2798,6 +2798,8 @@ DisplayGameOptnsClick:
|
||||
DGOptnsProcBox 78,110,[KeyResetAll]
|
||||
DGOptnsProcBox 78,120,[KeyExtraEnab]
|
||||
DGOptnsProcBox 78,130,[KeyDisplayFPS]
|
||||
DGOptnsProcBox 78,140,[KeyDisplayBatt]
|
||||
|
||||
DGOptnsProcBox 191,100,[KeyNewGfxSwt]
|
||||
DGOptnsProcBox 191,110,[KeyWinDisble]
|
||||
DGOptnsProcBox 191,120,[KeyOffsetMSw]
|
||||
|
||||
@@ -2747,7 +2747,8 @@ DisplayGameOptns: ; Misc Key Window
|
||||
GUIDisplayText 9,9,112,GUIGameOptnsTextD1b
|
||||
GUIDisplayText 9,9,122,GUIGameOptnsTextD1c
|
||||
GUIDisplayText 9,9,132,GUIGameOptnsTextD1d
|
||||
|
||||
GUIDisplayText 9,9,142,GUIGameOptnsTextD1e
|
||||
|
||||
GUIDisplayTextY 9,119,93,GUIGameOptnsTextD2
|
||||
GUIDisplayText 9,122,102,GUIGameOptnsTextD2a
|
||||
GUIDisplayText 9,122,112,GUIGameOptnsTextD2b
|
||||
@@ -2783,7 +2784,8 @@ DisplayGameOptns: ; Misc Key Window
|
||||
DDrawBox 9,77,109,[KeyResetAll]
|
||||
DDrawBox 9,77,119,[KeyExtraEnab]
|
||||
DDrawBox 9,77,129,[KeyDisplayFPS]
|
||||
|
||||
DDrawBox 9,77,139,[KeyDisplayBatt]
|
||||
|
||||
DDrawBox 9,190,99,[KeyNewGfxSwt]
|
||||
DDrawBox 9,190,109,[KeyWinDisble]
|
||||
DDrawBox 9,190,119,[KeyOffsetMSw]
|
||||
@@ -2819,6 +2821,7 @@ GUIGameOptnsTextD1a db 'USE PL12/34',0
|
||||
GUIGameOptnsTextD1b db 'CLRSWITCHES',0
|
||||
GUIGameOptnsTextD1c db 'EXTRADEVICE',0
|
||||
GUIGameOptnsTextD1d db 'DISPLAY FPS',0
|
||||
GUIGameOptnsTextD1e db 'BATT POWER',0
|
||||
|
||||
GUIGameOptnsTextD2 db 'GFX TOGGLES :',0
|
||||
GUIGameOptnsTextD2a db 'NEW GFX ENG',0
|
||||
|
||||
Reference in New Issue
Block a user