Fix for Clock Tower

This commit is contained in:
pagefault
2001-09-17 01:15:39 +00:00
parent 8a50fbfcae
commit 21ea6cdf8e

View File

@@ -1642,6 +1642,18 @@ NEWSYM headerhack
mov byte[disablehdma],1
.notmk
mov esi,[romdata]
add esi,0FFC0h
cmp dword[esi],'CLOC'
jne .notclocktower
cmp dword[esi+4],'K TO'
jne .notclocktower
cmp dword[esi+8],'WER '
jne .notclocktower
mov byte[opexec268],187
mov byte[opexec358],187
.notclocktower
; Lamborgini Challenge - -p 110
mov esi,[romdata]
add esi,07FC0h