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
|
||||
mov edx,spcRam
|
||||
mov ax,0FFC9h
|
||||
mov ax,0FFC0h
|
||||
add edx,eax
|
||||
mov [spcPCRam],edx
|
||||
mov dword [spcS],1EFh
|
||||
mov dword [spcRamDP],spcRam
|
||||
mov dword[spcS],1EFh
|
||||
mov dword[spcRamDP],spcRam
|
||||
mov byte[spcA],0
|
||||
mov byte[spcX],0
|
||||
mov byte[spcY],0
|
||||
|
||||
@@ -2575,8 +2575,8 @@ drawsprng16bt:
|
||||
xor eax,eax
|
||||
test byte[BGMS1+ebx*2+1],10h
|
||||
jnz near drawsprng16bmst
|
||||
test byte[BGMS1+ebx*2],04h
|
||||
jz .main
|
||||
test byte[BGMS1+ebx*2+1],04h
|
||||
jnz .main
|
||||
mov edi,[CMainWinScr]
|
||||
cmp byte[edi+ebx+4*256],0
|
||||
jne near drawsprngw16bt
|
||||
|
||||
Reference in New Issue
Block a user