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