Fix for translated neugier

This commit is contained in:
z_demo_z
2001-08-24 00:35:51 +00:00
parent 7d7c6c1e54
commit 3cc757cc44

View File

@@ -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