Changeset 388 for Daodan/src
- Timestamp:
- Jul 6, 2009, 10:17:29 AM (15 years ago)
- Location:
- Daodan/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/src/Daodan_Cheater.c
r350 r388 26 26 { "killmequick", "Ultra Mode Enabled", "Ultra Mode Disabled", 0x14 }, 27 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 }, 28 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 33 {0} 34 34 }; -
Daodan/src/Daodan_Cheater.h
r349 r388 10 10 } oniCheatCode; 11 11 12 //enum { cheat_bigbadboss = 0x16, cheat_bulletproof, cheat_kangaroo, cheat_marypoppins, cheat_devmodex }; 13 14 #define cheat_devmodex (0x16) 12 enum { cheat_shapeshifter, 13 cheat_liveforever, 14 cheat_touchofdeath, 15 cheat_canttouchthis, 16 cheat_fatloot, 17 cheat_glassworld, 18 cheat_winlevel, 19 cheat_loselevel, 20 cheat_bighead, 21 cheat_minime, 22 cheat_superammo, 23 cheat_thedayismine, 24 cheat_reservoirdogs, 25 cheat_roughjustice, 26 cheat_chenille, 27 cheat_behemoth, 28 cheat_elderrune, 29 cheat_moonshadow, 30 cheat_munitionfrenzy, 31 cheat_fistsoflegend, 32 cheat_killmequick, 33 cheat_carousel, 34 cheat_bigbadboss, 35 cheat_bulletproof, 36 cheat_kangaroo, 37 cheat_marypoppins, 38 cheat_devmodex, 39 }; 15 40 16 41 extern oniCheatCode DDr_CheatTable[];
Note:
See TracChangeset
for help on using the changeset viewer.