From e06d977329673c53e23bc0266d0a2b1f46845a74 Mon Sep 17 00:00:00 2001 From: jbo_85 <> Date: Sun, 7 May 2006 00:07:19 +0000 Subject: [PATCH] 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. --- zsnes/src/initc.c | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/zsnes/src/initc.c b/zsnes/src/initc.c index e2b1dd17..4a17c785 100755 --- a/zsnes/src/initc.c +++ b/zsnes/src/initc.c @@ -1496,22 +1496,8 @@ void headerhack() 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) - if (!strncmp((RomData+Lo),"HOME ALO" ,8)) + if (!strncmp((RomData+Lo),"HOME ALONE " ,12)) { RomData[0x666B] = 0xEE; RomData[0x666C] = 0xBC; @@ -1535,17 +1521,6 @@ void headerhack() 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