9 |
|
int func; |
10 |
|
} oniCheatCode; |
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 |
> |
}; |
40 |
|
|
41 |
|
extern oniCheatCode DDr_CheatTable[]; |
42 |
|
|