25 |
|
{ "fistsoflegend", "Fists Of Legend Enabled", "Fists Of Legend Disabled", 0x13 }, |
26 |
|
{ "killmequick", "Ultra Mode Enabled", "Ultra Mode Disabled", 0x14 }, |
27 |
|
{ "carousel", "Slow Motion Enabled", "Slow Motion Disabled", 0x15 }, |
28 |
+ |
{ "bigbadboss", "Boss Shield Enabled", "Boss Shield Disabled", cheat_bigbadboss }, |
29 |
+ |
{ "bulletproof", "Force Field Enabled", "Force Field Disabled", cheat_bulletproof }, |
30 |
+ |
{ "kangaroo", "Kangaroo Jump Enabled", "Kangaroo Jump Disabled", cheat_kangaroo }, |
31 |
+ |
{ "marypoppins", "Jet Pack Mode Enabled", "Jet Pack Mode Disabled", cheat_marypoppins }, |
32 |
|
{ "x", "Developer Access Enabled", "Developer Access Disabled", 0x0b }, |
29 |
– |
// { "bigbadboss", "Boss Shield Enabled", "Boss Shield Disabled", bigbadboss }, |
30 |
– |
// { "bulletproof", "Force Field Enabled", "Force Field Disabled", bulletproof }, |
31 |
– |
// { "kangaroo", "Kangaroo Jump Enabled", "Kangaroo Jump Disabled", kangaroo }, |
32 |
– |
// { "marypoppins", "Jet Pack Mode Enabled", "Jet Pack Mode Disabled", marypoppins }, |
33 |
|
{0} |
34 |
|
}; |