Front Mission fix

This commit is contained in:
pagefault
2001-10-03 21:06:42 +00:00
parent 7d8f8aaea6
commit 92f5b9f0af
4 changed files with 17 additions and 17 deletions

View File

@@ -1843,8 +1843,21 @@ NEWSYM headerhack
mov esi,[romdata]
add esi,0FFC0h
cmp dword[esi],0C4DDDBCCh
jne .noromheadfm2
jne .noromheadfm
cmp dword[esi+4],0AEBCAFD0h
jne .noromheadfm
mov byte[opexec268],226
mov byte[opexec358],226
mov byte[opexec268cph],80
mov byte[opexec358cph],80
.noromheadfm
; Front Mission - -p 140
mov esi,[romdata]
add esi,0FFC0h
cmp dword[esi],'FRON'
jne .noromheadfm2
cmp dword[esi+4],'T MI'
jne .noromheadfm2
mov byte[opexec268],226
mov byte[opexec358],226
@@ -1875,19 +1888,6 @@ NEWSYM headerhack
mov word[ramsizeand],4095
.noromheaddk
; Front Mission - -p 140
mov esi,[romdata]
add esi,0FFC0h
cmp dword[esi],'FRON'
jne .noromheadfm
cmp dword[esi+4],'T MI'
jne .noromheadfm
mov byte[opexec268],226
mov byte[opexec358],226
mov byte[opexec268cph],80
mov byte[opexec358cph],80
.noromheadfm
ret
.ewj2head db 58,62,45,43,55,40,48,45,50,95,53,54,50,95,77,95,95,95,95,95