1 |
#include <string.h> |
2 |
|
3 |
#include "Daodan_Cheater.h" |
4 |
|
5 |
oniCheatCode 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 |
{ "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 }, |
33 |
{0} |
34 |
}; |