source: Daodan/src/Daodan_Cheater.c@ 381

Last change on this file since 381 was 350, checked in by rossy, 15 years ago

whoops

File size: 2.5 KB
Line 
1#include <string.h>
2
3#include "Daodan_Cheater.h"
4
5oniCheatCode DDr_CheatTable[] = {
6 { "shapeshifter", "Change Characters Enabled", "Change Characters Disabled", 0x00 },
7 { "liveforever", "Invincibility Enabled", "Invincibility Disabled", 0x01 },
8 { "touchofdeath", "Omnipotence Enabled", "Omnipotence Disabled", 0x02 },
9 { "canttouchthis", "Unstoppable Enabled", "Unstoppable Disabled", 0x03 },
10 { "fatloot", "Fat Loot Received", NULL, 0x04 },
11 { "glassworld", "Glass Furniture Enabled", "Glass Furniture Disabled", 0x05 },
12 { "winlevel", "Instantly Win Level", NULL, 0x06 },
13 { "loselevel", "Instantly Lose Level", NULL, 0x07 },
14 { "bighead", "Big Head Enabled", "Big Head Disabled", 0x08 },
15 { "minime", "Mini Mode Enabled", "Mini Mode Disabled", 0x09 },
16 { "superammo", "Super Ammo Mode Enabled", "Super Ammo Mode Disabled", 0x0a },
17 { "thedayismine", "Developer Access Enabled", "Developer Access Disabled", 0x0b },
18 { "reservoirdogs", "Last Man Standing Enabled", "Last Man Standing Disabled", 0x0c },
19 { "roughjustice", "Gatling Guns Enabled", "Gatling Guns Disabled", 0x0d },
20 { "chenille", "Daodan Power Enabled", "Daodan Power Disabled", 0x0e },
21 { "behemoth", "Godzilla Mode Enabled", "Godzilla Mode Disabled", 0x0f },
22 { "elderrune", "Regeneration Enabled", "Regeneration Disabled", 0x10 },
23 { "moonshadow", "Phase Cloak Enabled", "Phase Cloak Disabled", 0x11 },
24 { "munitionfrenzy", "Weapons Locker Created", NULL, 0x12 },
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 { "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};
Note: See TracBrowser for help on using the repository browser.