3 more hacks bite the dust.

This commit is contained in:
n-a-c-h
2003-10-31 02:20:33 +00:00
parent 394c6bbcab
commit 31f37b2530

View File

@@ -598,19 +598,6 @@ void headerhack()
//Okaaay... //Okaaay...
if(DSP1Type) { disablehdma = true; } if(DSP1Type) { disablehdma = true; }
//In asm, but doesn't do anything - if(!strncmp((RomData+Hi), "FINA", 4)
//Final Fantasy 3 (extent unknown!)
if (romdata[0x26AC] == 0xF00F2908)
{
//asm volatile("int $3");
opexec268 = 163;
opexec358 = 157;
opexec268cph = 39;
opexec358cph = 39;
}
//Earthworm Jim 2 (all regions?) //Earthworm Jim 2 (all regions?)
if (!strncmp((RomData+Lo),"EARTHWORM JIM 2 " ,20)) if (!strncmp((RomData+Lo),"EARTHWORM JIM 2 " ,20))
{ {
@@ -644,29 +631,6 @@ void headerhack()
opexec358cph = 64; opexec358cph = 64;
} }
//Battletoads & Double Dragon (extent unknown!)
if (romdata[0x190] == 0xE2FA85F6)
{
opexec268 = 187;
opexec358 = 187;
opexec268cph = 47;
opexec358cph = 47;
cycpblt = cycpb358;
cycpl = opexec358;
}
//Chrono Trigger (extent unknown!)
if (romdata[0x2190] == 0xE243728D && opexec358 <= 182)
{
ClearScreenSkip = true;
opexec268 = 187;
opexec358 = 182;
opexec268cph = 47;
opexec358cph = 47;
cycpblt = cycpb358;
cycpl = opexec358;
}
//Front Mission //Front Mission
if (!strncmp((RomData+Hi), "\x0cc\x0db\x0dd\x0c4\x0d0\x0af\x0bc\x0ae", 8) || if (!strncmp((RomData+Hi), "\x0cc\x0db\x0dd\x0c4\x0d0\x0af\x0bc\x0ae", 8) ||
!strncmp((RomData+Hi), "FRONT MI", 8)) !strncmp((RomData+Hi), "FRONT MI", 8))