Put back in FF3 hack :(

This commit is contained in:
n-a-c-h
2003-12-21 02:03:23 +00:00
parent a4187ea3da
commit 1482ffd29a

View File

@@ -974,6 +974,16 @@ void headerhack()
//Okaaay... //Okaaay...
if(DSP1Type) { disablehdma = true; } if(DSP1Type) { disablehdma = true; }
//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))
{ {