Fix for translated neugier
This commit is contained in:
@@ -1488,12 +1488,29 @@ NEWSYM headerhack
|
|||||||
|
|
||||||
.notbattlegp
|
.notbattlegp
|
||||||
|
|
||||||
|
mov esi,[romdata]
|
||||||
|
add esi,07FC0h
|
||||||
|
cmp dword[esi],'Neug'
|
||||||
|
jne .notneugiertrans
|
||||||
|
cmp dword[esi+4],'ier '
|
||||||
|
jne .notneugiertrans
|
||||||
|
cmp dword[esi+8],'(tr.'
|
||||||
|
jne .notneugiertrans
|
||||||
|
|
||||||
|
mov esi,[romdata]
|
||||||
|
add esi,0D4150h
|
||||||
|
mov byte[esi],0F9h
|
||||||
|
.notneugiertrans
|
||||||
|
|
||||||
mov esi,[romdata]
|
mov esi,[romdata]
|
||||||
add esi,07FC0h
|
add esi,07FC0h
|
||||||
cmp dword[esi],'NEUG'
|
cmp dword[esi],'NEUG'
|
||||||
jne .notneugier
|
jne .notneugier
|
||||||
cmp dword[esi+4],'IER '
|
cmp dword[esi+4],'IER '
|
||||||
jne .notneugier
|
jne .notneugier
|
||||||
|
cmp dword[esi+8],' '
|
||||||
|
jne .notneugier
|
||||||
|
|
||||||
mov esi,[romdata]
|
mov esi,[romdata]
|
||||||
add esi,0D4150h
|
add esi,0D4150h
|
||||||
mov byte[esi],0F9h
|
mov byte[esi],0F9h
|
||||||
|
|||||||
Reference in New Issue
Block a user