A good load of short jumps fixed.
This commit is contained in:
@@ -405,7 +405,7 @@ GUIStringGreater2:
|
||||
|
||||
%macro GUIOuttextwin2load 3
|
||||
test dword[cloadnleft],80000000h
|
||||
jnz %%skip
|
||||
jnz near %%skip
|
||||
cmp byte[GUIloadfntype],0
|
||||
jne %%nottype0
|
||||
mov eax,[cloadnposb]
|
||||
@@ -562,7 +562,7 @@ DisplayGUILoad:
|
||||
.text
|
||||
mov dword[cloadmaxlen],39
|
||||
cmp dword[GUIcurrentfilewin],0
|
||||
jne .nofiles
|
||||
jne near .nofiles
|
||||
%ifndef __MSDOS__
|
||||
mov eax,[GUIcurrentcursloc]
|
||||
mov eax,[spcRamcmp+eax*4]
|
||||
@@ -1489,14 +1489,14 @@ DisplayGUIVideo:
|
||||
xor eax,eax
|
||||
mov al,[cvidmode]
|
||||
cmp byte[GUIINVID+eax],0
|
||||
je .notext3
|
||||
je near .notext3
|
||||
GUIDisplayTextu 5,26,83,GUIVideoText3,0
|
||||
|
||||
.notext3 ; Eagle Eng.
|
||||
xor eax,eax
|
||||
mov al,[cvidmode]
|
||||
cmp byte[GUIEAVID+eax],0
|
||||
je .notext4
|
||||
je near .notext4
|
||||
GUIDisplayTextu 5,26,83,GUIVideoText4,9
|
||||
|
||||
.notext4 ; Full/Widescreen
|
||||
@@ -1505,7 +1505,7 @@ DisplayGUIVideo:
|
||||
cmp byte[GUIFSVID+eax],0
|
||||
je near .notext5
|
||||
cmp byte[GUIWSVID+eax],0
|
||||
je .notext4a
|
||||
je near .notext4a
|
||||
GUIDisplayTextu 5,26,93,GUIVideoText5b,6
|
||||
jmp .notext5
|
||||
.notext4a
|
||||
@@ -1515,7 +1515,7 @@ DisplayGUIVideo:
|
||||
xor eax,eax
|
||||
mov al,[cvidmode]
|
||||
cmp byte[GUISSVID+eax],0
|
||||
je .notext6
|
||||
je near .notext6
|
||||
GUIDisplayTextu 5,26,103,GUIVideoText6,1
|
||||
|
||||
.notext6 ; Triple Buff
|
||||
@@ -1524,16 +1524,16 @@ DisplayGUIVideo:
|
||||
cmp byte[TripBufAvail],0
|
||||
je near .notext7
|
||||
cmp byte[GUITBVID+eax],0
|
||||
je .notext7
|
||||
je near .notext7
|
||||
GUIDisplayTextu 5,26,168,GUIVideoText7,0
|
||||
|
||||
.notext7 ; HiRes Mode 7
|
||||
xor eax,eax
|
||||
mov al,[cvidmode]
|
||||
cmp byte[GUIM7VID+eax],0
|
||||
je .notext8
|
||||
je near .notext8
|
||||
cmp byte[newengen],0
|
||||
je .notext8
|
||||
je near .notext8
|
||||
GUIDisplayTextu 5,26,178,GUIVideoText8b,0
|
||||
|
||||
.notext8 ; 2x
|
||||
@@ -2066,7 +2066,7 @@ DisplayGUICheatConv:
|
||||
|
||||
%macro GUIOuttextwin2cheat 2
|
||||
test dword[ccheatnleft],80000000h
|
||||
jnz %%skip
|
||||
jnz near %%skip
|
||||
call DisplayGUICheatConv
|
||||
mov byte[GUItextcolor],223
|
||||
GUIOuttextwin2 7,%1,%2,GUICheatTextZ3
|
||||
@@ -3252,7 +3252,7 @@ DisplayGUIAbout: ; Displays the About Box
|
||||
|
||||
GUIDrawWindowBox 11,GUIAboutDisp
|
||||
cmp byte[EEgg],1
|
||||
je .eegg
|
||||
je near .eegg
|
||||
GUIDisplayText 11,6,16,GUIGUIAboutTextA1 ; Text
|
||||
GUIDisplayText 11,6,26,GUIGUIAboutTextA2
|
||||
GUIDisplayTextY 11,6,36,GUIGUIAboutTextB
|
||||
|
||||
Reference in New Issue
Block a user