Index: /Daodan/src/Daodan_Cheater.c
===================================================================
--- /Daodan/src/Daodan_Cheater.c	(revision 387)
+++ /Daodan/src/Daodan_Cheater.c	(revision 388)
@@ -26,9 +26,9 @@
 	{ "killmequick",    "Ultra Mode Enabled",        "Ultra Mode Disabled",        0x14 },
 	{ "carousel",       "Slow Motion Enabled",       "Slow Motion Disabled",       0x15 },
+	{ "bigbadboss",     "Boss Shield Enabled",       "Boss Shield Disabled",       cheat_bigbadboss  },
+	{ "bulletproof",    "Force Field Enabled",       "Force Field Disabled",       cheat_bulletproof },
+	{ "kangaroo",       "Kangaroo Jump Enabled",     "Kangaroo Jump Disabled",     cheat_kangaroo    },
+	{ "marypoppins",    "Jet Pack Mode Enabled",     "Jet Pack Mode Disabled",     cheat_marypoppins },
 	{ "x",              "Developer Access Enabled",  "Developer Access Disabled",  0x0b },
-//	{ "bigbadboss",     "Boss Shield Enabled",       "Boss Shield Disabled",       bigbadboss  },
-//	{ "bulletproof",    "Force Field Enabled",       "Force Field Disabled",       bulletproof },
-//	{ "kangaroo",       "Kangaroo Jump Enabled",     "Kangaroo Jump Disabled",     kangaroo    },
-//	{ "marypoppins",    "Jet Pack Mode Enabled",     "Jet Pack Mode Disabled",     marypoppins },
 	{0}
 };
Index: /Daodan/src/Daodan_Cheater.h
===================================================================
--- /Daodan/src/Daodan_Cheater.h	(revision 387)
+++ /Daodan/src/Daodan_Cheater.h	(revision 388)
@@ -10,7 +10,32 @@
 } oniCheatCode;
 
-//enum { cheat_bigbadboss = 0x16, cheat_bulletproof, cheat_kangaroo, cheat_marypoppins, cheat_devmodex };
-
-#define cheat_devmodex (0x16)
+enum { 	cheat_shapeshifter,
+		cheat_liveforever,
+		cheat_touchofdeath,
+		cheat_canttouchthis,
+		cheat_fatloot,
+		cheat_glassworld,
+		cheat_winlevel,
+		cheat_loselevel,
+		cheat_bighead,
+		cheat_minime,
+		cheat_superammo,
+		cheat_thedayismine,
+		cheat_reservoirdogs,
+		cheat_roughjustice,
+		cheat_chenille,
+		cheat_behemoth,
+		cheat_elderrune,
+		cheat_moonshadow,
+		cheat_munitionfrenzy,
+		cheat_fistsoflegend,
+		cheat_killmequick,
+		cheat_carousel,
+		cheat_bigbadboss,
+		cheat_bulletproof,
+		cheat_kangaroo,
+		cheat_marypoppins,
+		cheat_devmodex,
+};
 
 extern oniCheatCode DDr_CheatTable[];
