Cleaned up Equinox intro screen

This commit is contained in:
pagefault
2001-10-15 20:33:58 +00:00
parent 54ca1ecdff
commit cfddbe9fbb

View File

@@ -1663,6 +1663,18 @@ NEWSYM headerhack
mov byte[opexec358cph],47 mov byte[opexec358cph],47
.notclocktower .notclocktower
mov esi,[romdata]
add esi,07FC0h
cmp dword[esi],'EQUI'
jne .notequinox
cmp dword[esi+4],'NOX '
jne .notequinox
mov byte[opexec268],243
mov byte[opexec358],234
mov byte[opexec268cph],58
mov byte[opexec358cph],58
.notequinox
; Lamborgini Challenge - -p 110 ; Lamborgini Challenge - -p 110
mov esi,[romdata] mov esi,[romdata]
add esi,07FC0h add esi,07FC0h