Removed game fix

This commit is contained in:
pagefault
2001-09-06 02:35:32 +00:00
parent 49858ec394
commit 24ffe07deb

View File

@@ -1461,7 +1461,6 @@ NEWSYM headerhack
mov byte[hirqmode2],0 mov byte[hirqmode2],0
mov byte[ENVDisable],0 mov byte[ENVDisable],0
mov byte[MMXSRAMFix],0 mov byte[MMXSRAMFix],0
mov byte[osm2dis],0
mov esi,[romdata] mov esi,[romdata]
add esi,07FC0h add esi,07FC0h
@@ -1538,17 +1537,6 @@ NEWSYM headerhack
mov byte[esi+1],0BCh ; RTS instead of jumping to a rts mov byte[esi+1],0BCh ; RTS instead of jumping to a rts
.nothomealone .nothomealone
mov esi,[romdata]
add esi,07FC0h
cmp dword[esi],'Zero'
jne .notzerosquirrel
cmp dword[esi+4],' the'
jne .notzerosquirrel
cmp dword[esi+8],' Kam'
jne .notzerosquirrel
mov byte[osm2dis],1
.notzerosquirrel
mov esi,[romdata] mov esi,[romdata]
add esi,0FFC0h add esi,0FFC0h
cmp dword[esi],'EMER' cmp dword[esi],'EMER'