Final Fantasy 3 hack removed for the time being, don't seem to need it anymore

This commit is contained in:
pagefault
2006-02-06 20:47:46 +00:00
parent b4466c43d4
commit abe78d23b7

View File

@@ -1633,6 +1633,7 @@ void headerhack()
//Okaaay... //Okaaay...
if(DSP1Type) { disablehdma = true; } if(DSP1Type) { disablehdma = true; }
/*
//Final Fantasy 3u/6j (extent unknown!) //Final Fantasy 3u/6j (extent unknown!)
if ((romdata[0x26AC] == 0xF00F2908) || !strncmp((RomData+Hi),"FINAL FANTASY 6" ,15)) if ((romdata[0x26AC] == 0xF00F2908) || !strncmp((RomData+Hi),"FINAL FANTASY 6" ,15))
{ {
@@ -1642,6 +1643,7 @@ void headerhack()
opexec268cph = 39; opexec268cph = 39;
opexec358cph = 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))