ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Daodan_Cheater.c
(Generate patch)

Comparing Daodan/src/Daodan_Cheater.c (file contents):
Revision 350 by rossy, Wed Jun 10 12:43:01 2009 UTC vs.
Revision 388 by rossy, Mon Jul 6 08:17:29 2009 UTC

# Line 25 | Line 25 | oniCheatCode DDr_CheatTable[] = {
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   };

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)