007/assets/obseg/text/LmiscE.c

75 lines
2.2 KiB
C

char *LmiscE[] = {
"Invincible", //MISC_STR_00
"All Guns", //MISC_STR_01
"Super x2 Health", //MISC_STR_02
"Super x2 Armor", //MISC_STR_03
"Bond Invisible", //MISC_STR_04
"Bond Phase", //MISC_STR_05
"Infinite Ammo", //MISC_STR_06
"DK Mode", //MISC_STR_07
"Tiny Bond", //MISC_STR_08
"Super x10 Health", //MISC_STR_09
"Magnum", //MISC_STR_0A
"Laser", //MISC_STR_0B
"Golden Gun", //MISC_STR_0C
"Silver PP7", //MISC_STR_0D
"Gold PP7", //MISC_STR_0E
"invincibility on\n", //MISC_STR_0F
"all guns on\n", //MISC_STR_10
"maximum ammo\n", //MISC_STR_11
"super x2 health\n", //MISC_STR_12
"super x2 armor\n", //MISC_STR_13
"invisibility on\n", //MISC_STR_14
"bond phase on\n", //MISC_STR_15
"infinite ammo on\n", //MISC_STR_16
"dk mode on\n", //MISC_STR_17
"extra weapons\n", //MISC_STR_18
"tiny bond on\n", //MISC_STR_19
"paintball mode on\n", //MISC_STR_1A
"super x10 health\n", //MISC_STR_1B
"happy now karl?\n", //MISC_STR_1C
"fast mode on\n", //MISC_STR_1D
"invincibility off\n", //MISC_STR_1E
"all guns off\n", //MISC_STR_1F
"invisibility off\n", //MISC_STR_20
"bond phase off\n", //MISC_STR_21
"infinite ammo off\n", //MISC_STR_22
"dk mode off\n", //MISC_STR_23
"tiny bond off\n", //MISC_STR_24
"paintball mode off\n", //MISC_STR_25
"radar on\n", //MISC_STR_26
"fast mode off\n", //MISC_STR_27
"NO NAME", //MISC_STR_28
"E R R O R\n", //MISC_STR_29
"no briefing for this mission\n", //MISC_STR_2A
"\n", //MISC_STR_2B
"objective", //MISC_STR_2C
"completed\n", //MISC_STR_2D
"incomplete\n", //MISC_STR_2E
"failed\n", //MISC_STR_2F
"slowest motion\n", //MISC_STR_30
"very slow motion\n", //MISC_STR_31
"slow motion\n", //MISC_STR_32
"normal motion\n", //MISC_STR_33
"fast motion\n", //MISC_STR_34
"very fast motion\n", //MISC_STR_35
"fastest motion\n", //MISC_STR_36
"Line Mode", //MISC_STR_37
"Paintball Mode", //MISC_STR_38
"Enemy Rockets", //MISC_STR_39
"2x Rocket L.", //MISC_STR_3A
"2x Grenade L.", //MISC_STR_3B
"2x RC-P90", //MISC_STR_3C
"2x Throwing Knife", //MISC_STR_3D
"2x Hunting Knife", //MISC_STR_3E
"2x Laser", //MISC_STR_3F
"Turbo Mode", //MISC_STR_40
"Fast Animation", //MISC_STR_41
"Slow Animation", //MISC_STR_42
"No Radar [Multi]" //MISC_STR_43
#ifdef VERSION_JP
,"One minute left" //MISC_STR_44
#endif
};