Removed hacks for Battle Grand Prix, Neugier and Bubsy II. Refined hack for Home Alone so it won't be applied for Home Alone 2.
This commit is contained in:
@@ -1496,22 +1496,8 @@ void headerhack()
|
|||||||
RomData[0x34DA3] = 0;
|
RomData[0x34DA3] = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Battle Grand Prix (J)
|
|
||||||
if (!strncmp((RomData+Lo),"BATTLE GRAND" ,12))
|
|
||||||
{
|
|
||||||
RomData[0x18089] = 0xFB;
|
|
||||||
RomData[0x6C95] = 0xFB;
|
|
||||||
}
|
|
||||||
|
|
||||||
//Neugier (J), and it's English translation
|
|
||||||
if (!strncmp((RomData+Lo),"NEUGIER " ,12) ||
|
|
||||||
!strncmp((RomData+Lo),"Neugier (tr." ,12))
|
|
||||||
{
|
|
||||||
RomData[0xD4150] = 0xF9;
|
|
||||||
}
|
|
||||||
|
|
||||||
//Home Alone (J/E/U)
|
//Home Alone (J/E/U)
|
||||||
if (!strncmp((RomData+Lo),"HOME ALO" ,8))
|
if (!strncmp((RomData+Lo),"HOME ALONE " ,12))
|
||||||
{
|
{
|
||||||
RomData[0x666B] = 0xEE;
|
RomData[0x666B] = 0xEE;
|
||||||
RomData[0x666C] = 0xBC;
|
RomData[0x666C] = 0xBC;
|
||||||
@@ -1535,17 +1521,6 @@ void headerhack()
|
|||||||
opexec358 = 126;
|
opexec358 = 126;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Bubsy II (U/E)
|
|
||||||
if (!strncmp((RomData+Hi),"BUBSY II" ,8))
|
|
||||||
{
|
|
||||||
cycpb268 = 125;
|
|
||||||
cycpb358 = 147;
|
|
||||||
cycpbl2 = 125;
|
|
||||||
cycpblt2 = 125;
|
|
||||||
cycpbl = 125;
|
|
||||||
cycpblt = 125;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Marvelous (J) has this hack in the asm, but disabled
|
Marvelous (J) has this hack in the asm, but disabled
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user