Less useless spaces, spc700 init to ffc0 (byuu), earthbound fix (pagefault).
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -380,11 +380,11 @@ NEWSYM GUIDoReset
|
|||||||
|
|
||||||
xor eax,eax
|
xor eax,eax
|
||||||
mov edx,spcRam
|
mov edx,spcRam
|
||||||
mov ax,0FFC9h
|
mov ax,0FFC0h
|
||||||
add edx,eax
|
add edx,eax
|
||||||
mov [spcPCRam],edx
|
mov [spcPCRam],edx
|
||||||
mov dword [spcS],1EFh
|
mov dword[spcS],1EFh
|
||||||
mov dword [spcRamDP],spcRam
|
mov dword[spcRamDP],spcRam
|
||||||
mov byte[spcA],0
|
mov byte[spcA],0
|
||||||
mov byte[spcX],0
|
mov byte[spcX],0
|
||||||
mov byte[spcY],0
|
mov byte[spcY],0
|
||||||
|
|||||||
@@ -2575,8 +2575,8 @@ drawsprng16bt:
|
|||||||
xor eax,eax
|
xor eax,eax
|
||||||
test byte[BGMS1+ebx*2+1],10h
|
test byte[BGMS1+ebx*2+1],10h
|
||||||
jnz near drawsprng16bmst
|
jnz near drawsprng16bmst
|
||||||
test byte[BGMS1+ebx*2],04h
|
test byte[BGMS1+ebx*2+1],04h
|
||||||
jz .main
|
jnz .main
|
||||||
mov edi,[CMainWinScr]
|
mov edi,[CMainWinScr]
|
||||||
cmp byte[edi+ebx+4*256],0
|
cmp byte[edi+ebx+4*256],0
|
||||||
jne near drawsprngw16bt
|
jne near drawsprngw16bt
|
||||||
|
|||||||
Reference in New Issue
Block a user