Remove FF3 hack, FF3 works perfectly now!

This commit is contained in:
pagefault
2006-02-18 08:28:55 +00:00
parent 8223043f2c
commit 69371567a2

View File

@@ -1633,18 +1633,6 @@ void headerhack()
//Okaaay...
if(DSP1Type) { disablehdma = true; }
/*
//Final Fantasy 3u/6j (extent unknown!)
if ((romdata[0x26AC] == 0xF00F2908) || !strncmp((RomData+Hi),"FINAL FANTASY 6" ,15))
{
//asm volatile("int $3");
opexec268 = 163;
opexec358 = 157;
opexec268cph = 39;
opexec358cph = 39;
}
*/
//Earthworm Jim 2 (all regions?)
if (!strncmp((RomData+Lo),"EARTHWORM JIM 2 " ,20))
{