Fixed small screen extra line issues (fixes Super Metroid annoying line issue, so now that guy who keeps on coming into the channel annoying us about it can rest in peace).
This commit is contained in:
@@ -1483,7 +1483,7 @@ NEWSYM cpuover
|
||||
|
||||
|
||||
.overy
|
||||
shr dh,1
|
||||
sub dh,110
|
||||
cmp byte[smallscreenon],1
|
||||
je .nocfield
|
||||
cmp byte[ScreenScale],1
|
||||
@@ -2159,7 +2159,7 @@ NEWSYM execsingle
|
||||
jmp dword near [edi+ebx*4]
|
||||
|
||||
.overy
|
||||
shr dh,1
|
||||
sub dh,110
|
||||
mov word[curypos],0
|
||||
xor byte[ppustatus],80h
|
||||
mov byte[NMIEnab],01h
|
||||
|
||||
Reference in New Issue
Block a user