Special y value read mode for Kamen Rider

This commit is contained in:
z_demo_z
2002-06-29 16:01:27 +00:00
parent 787eaa9c04
commit d2cc661932
2 changed files with 22 additions and 4 deletions

View File

@@ -1451,6 +1451,7 @@ headerhack2:
.mmx2head db 50,58,56,62,50,62,49,95,39,77,95,95,95,95,95,95,95,95,95,95
EXTSYM ewj2hack
EXTSYM latchyr
NEWSYM headerhack
mov byte[disablehdma],0
@@ -1464,6 +1465,19 @@ NEWSYM headerhack
mov byte[ENVDisable],0
mov byte[MMXSRAMFix],0
mov esi,[romdata]
add esi,07FC0h
cmp dword[esi],20434653h
jne .notkamenrider
cmp dword[esi+4],0D7DDD2B6h
jne .notkamenrider
cmp dword[esi+8],0B0DEC0B2h
jne .notkamenrider
cmp dword[esi+12],20202020h
jne .notkamenrider
mov byte[latchyr],2
.notkamenrider
mov esi,[romdata]
add esi,07FC0h
cmp dword[esi],'EURO'
@@ -1479,8 +1493,6 @@ NEWSYM headerhack
mov ecx,65472
rep stosb
ret
.noteuropeanprimegoal
mov esi,[romdata]