Removed unneeded whitespace.
This commit is contained in:
@@ -820,16 +820,16 @@ GUISaveKeys:
|
||||
GUIKeyCheckbox PauseLoad,'P'
|
||||
GUIKeyCheckbox PauseRewind,'R'
|
||||
ret
|
||||
|
||||
|
||||
GUISpeedKeys:
|
||||
cmp dh,'a' ; Setup
|
||||
jb .nocap
|
||||
cmp dh,'z'
|
||||
ja .nocap
|
||||
sub dh,'z'-'Z'
|
||||
.nocap
|
||||
.nocap
|
||||
GUIKeyCheckbox FastFwdToggle,'T' ; Checkbox
|
||||
|
||||
|
||||
cmp dh,'A' ; Framerate Checkboxes
|
||||
jne .noautofr
|
||||
mov byte[FPSOn],0
|
||||
@@ -886,7 +886,7 @@ GUIGUIOptnsKeys:
|
||||
GUIKeyCheckbox GUIClick,'C'
|
||||
GUIKeyCheckbox JoyPad1Move,'U'
|
||||
GUIKeyCheckbox GUIEnableTransp,'T'
|
||||
|
||||
|
||||
cmp dh,'F'
|
||||
jne .guioptn8
|
||||
xor byte[FilteredGUI],1
|
||||
@@ -1527,7 +1527,7 @@ GUIMovieKeys:
|
||||
ja .nocap
|
||||
sub dh,'z'-'Z'
|
||||
.nocap
|
||||
|
||||
|
||||
GUIKeyButtonHole CMovieExt,'v','0' ; Select Radio Buttons
|
||||
GUIKeyButtonHole CMovieExt,'1','1'
|
||||
GUIKeyButtonHole CMovieExt,'2','2'
|
||||
@@ -1582,7 +1582,7 @@ GUIComboKeys:
|
||||
ret
|
||||
|
||||
GUICheatKeys:
|
||||
cmp dword[GUIcurrentcheatwin],1
|
||||
cmp dword[GUIcurrentcheatwin],1
|
||||
je near .textboxa
|
||||
cmp dword[GUIcurrentcheatwin],2
|
||||
je near .textboxb
|
||||
@@ -1763,7 +1763,7 @@ GUICheatKeys:
|
||||
|
||||
|
||||
;Enter Code Input Box
|
||||
.textboxa
|
||||
.textboxa
|
||||
cmp byte[GUICheatPosA],0
|
||||
je near .nobacksp
|
||||
cmp dh,9
|
||||
@@ -2039,7 +2039,7 @@ GUICheatSearchKeys:
|
||||
CompareKeyMacro 'H',CheatSrcByteBase,1
|
||||
CompareKeyMacro 'E',CheatSrcSearchType,0
|
||||
CompareKeyMacro 'C',CheatSrcSearchType,1
|
||||
|
||||
|
||||
cmp dh,13 ; Start Button
|
||||
je .start
|
||||
cmp dh,'S'
|
||||
@@ -2049,7 +2049,7 @@ GUICheatSearchKeys:
|
||||
ret
|
||||
.notstart
|
||||
ret
|
||||
|
||||
|
||||
.search ; Shortcuts for Select Comparison
|
||||
cmp byte[CheatSrcSearchType],1
|
||||
je .compare
|
||||
@@ -2082,7 +2082,7 @@ GUICheatSearchKeys:
|
||||
mov byte[CheatCompareValue],3
|
||||
.notnotequalthan
|
||||
|
||||
%ifdef __LINUX__ ; Select with Arrow Keys
|
||||
%ifdef __LINUX__ ; Select with Arrow Keys
|
||||
cmp al,90
|
||||
je .yesmoveup
|
||||
cmp dword[numlockptr],1
|
||||
@@ -2113,8 +2113,8 @@ GUICheatSearchKeys:
|
||||
cmp byte[CheatCompareValue],3
|
||||
je .nomovedown
|
||||
inc byte[CheatCompareValue]
|
||||
|
||||
|
||||
|
||||
|
||||
.nomovedown ; Restart/View/Search Buttons
|
||||
cmp dh,'R'
|
||||
jne .notrestart
|
||||
@@ -2135,7 +2135,7 @@ GUICheatSearchKeys:
|
||||
call CheatCodeSearchProcess
|
||||
.nosearchprocess
|
||||
ret
|
||||
|
||||
|
||||
.view ; View
|
||||
cmp dword[NumCheatSrc],0 ; Return Hotkey
|
||||
jne .nozero
|
||||
@@ -2349,7 +2349,7 @@ GUICheatSearchKeys:
|
||||
|
||||
; Allows you to use the arrow keys to select a state number, and Enter to pick
|
||||
GUIStateSelKeys:
|
||||
cmp al,13
|
||||
cmp al,13
|
||||
jne .noenter
|
||||
xor eax,eax
|
||||
mov al,[GUIwinptr]
|
||||
@@ -2519,7 +2519,7 @@ GUIResetKeys:
|
||||
mov [GUIcmenupos],al
|
||||
.notnoreset
|
||||
ret
|
||||
|
||||
|
||||
; Allows you to select boxes with the arrow keys, Enter to choose
|
||||
GUIStateKeys:
|
||||
%ifdef __LINUX__
|
||||
|
||||
@@ -2200,13 +2200,13 @@ DisplayGUIInputClick:
|
||||
.skipscrol
|
||||
;x,y,x2,y2,currentwin,vpos,#entries,starty,y/entry,cpos,winval,win#,dclicktick#
|
||||
GUIWinControl 5,36,107,34+5*8,GUIBlankVar,GUIcurrentinputviewloc,GUINumValue,35,8,GUIcurrentinputcursloc,4,3,0
|
||||
|
||||
|
||||
GUIPHoldbutton 125,34,155,45,14 ; Buttons
|
||||
%ifdef __MSDOS__
|
||||
GUIPHoldbutton 125,50,185,61,15
|
||||
%endif
|
||||
GUIPHoldbutton 125,66,185,77,40
|
||||
|
||||
|
||||
mov edi,pl1selk
|
||||
mov dword[keycontrolval],pl1contrl
|
||||
cmp byte[cplayernum],1
|
||||
@@ -2815,7 +2815,7 @@ DisplayGUIOptnsClick:
|
||||
GUIClickCButton 12,63,byte[GUIClick]
|
||||
GUIClickCButton 12,73,byte[JoyPad1Move]
|
||||
GUIClickCButton 124,23,byte[GUIEnableTransp]
|
||||
GUIClickCButtonI 124,33,byte[FilteredGUI]
|
||||
GUIClickCButtonI 124,33,byte[FilteredGUI]
|
||||
GUIClickCButton6 124,43,byte[GUIEffect],1
|
||||
GUIClickCButton6 124,53,byte[GUIEffect],2
|
||||
GUIClickCButton6 124,63,byte[GUIEffect],3
|
||||
@@ -3115,7 +3115,7 @@ DisplayGUICheatSearchClick:
|
||||
je near .view
|
||||
cmp byte[CheatWinMode],3
|
||||
je near .add
|
||||
|
||||
|
||||
GUIPHoldbutton 95,140,140,152,50 ; Main Menu
|
||||
GUIPButtonHole 11,28,byte[CheatSrcByteSize],0
|
||||
GUIPButtonHole 11,38,byte[CheatSrcByteSize],1
|
||||
@@ -3126,18 +3126,18 @@ DisplayGUICheatSearchClick:
|
||||
GUIPButtonHole 11,113,byte[CheatSrcSearchType],0
|
||||
GUIPButtonHole 11,123,byte[CheatSrcSearchType],1
|
||||
ret
|
||||
|
||||
|
||||
.incheatmode ; Exact Value
|
||||
GUIPHoldbutton 30,140,80,152,51
|
||||
cmp byte[CheatSearchStatus],1
|
||||
jne near .cheatsearching
|
||||
jmp .nosearch
|
||||
|
||||
|
||||
.cheatsearching ; Return and Re-Search
|
||||
cmp byte[CheatSrcSearchType],1
|
||||
je near .cheatsearchingcomp
|
||||
jmp .searched
|
||||
|
||||
|
||||
.cheatsearchingcomp ; Select Comparison
|
||||
GUIPButtonHole 11,33,byte[CheatCompareValue],0
|
||||
GUIPButtonHole 11,43,byte[CheatCompareValue],1
|
||||
@@ -3162,11 +3162,11 @@ DisplayGUICheatSearchClick:
|
||||
.skipscrol
|
||||
; x,y,x2,y2,currentwin,vpos,#entries,starty,y/entry,cpos,winval,win#,dclicktick#
|
||||
GUIWinControl 5,23,171,21+12*7,GUIBlankVar,GUIcurrentchtsrcviewloc,NumCheatSrc,22,7,GUIcurrentchtsrccursloc,5,13,30
|
||||
|
||||
|
||||
GUIPHoldbutton 70,140,130,152,54 ; Return/Add Buttons
|
||||
GUIPHoldbutton 140,140,180,152,55
|
||||
ret
|
||||
|
||||
|
||||
; DrawSlideBarWin 13,173,28,[GUIcurrentchtsrcviewloc],[NumCheatSrc],12,73,GUICSStA
|
||||
; DrawGUIWinBox 13,5,20,171,108,167
|
||||
|
||||
|
||||
Reference in New Issue
Block a user