FF3u hack no longer discriminates against the Japanese version.

This commit is contained in:
n-a-c-h
2004-10-20 19:21:48 +00:00
parent a9e2b0054c
commit 4e65648b0f

View File

@@ -1258,8 +1258,8 @@ void headerhack()
//Okaaay... //Okaaay...
if(DSP1Type) { disablehdma = true; } if(DSP1Type) { disablehdma = true; }
//Final Fantasy 3 (extent unknown!) //Final Fantasy 3u/6j (extent unknown!)
if (romdata[0x26AC] == 0xF00F2908) if ((romdata[0x26AC] == 0xF00F2908) || !strncmp((RomData+Hi),"FINAL FANTASY 6" ,15))
{ {
//asm volatile("int $3"); //asm volatile("int $3");
opexec268 = 163; opexec268 = 163;