ooops : fix previous error introduced by me in my previous commit

This commit is contained in:
jackchatelet 2014-01-10 10:05:28 +00:00
parent 20c7e377f5
commit b87bdbb58a
1 changed files with 1 additions and 1 deletions

View File

@ -3313,7 +3313,7 @@ static void happy6Patch()
{
pgm_decrypt_happy6();
pgm_create_theglad_EO_data();
pgm_descramble_happy6_data(PGMSPRMaskROM 0x800000);
pgm_descramble_happy6_data(PGMSPRMaskROM, 0x800000);
pgm_descramble_happy6_data(ICSSNDROM + 0x400000, 0x800000);
}