mirror of https://github.com/n64decomp/007.git
40 lines
1.1 KiB
C
40 lines
1.1 KiB
C
|
|
char *LmpmenuE[] = {
|
|
"Lemming Award", //MPMENU_STR_00
|
|
"Where's the Ammo?", //MPMENU_STR_01
|
|
"Where's the Armor?", //MPMENU_STR_02
|
|
"AC -10 Award", //MPMENU_STR_03
|
|
"Marksmanship Award", //MPMENU_STR_04
|
|
"Most Professional", //MPMENU_STR_05
|
|
"Most Deadly", //MPMENU_STR_06
|
|
"Mostly Harmless", //MPMENU_STR_07
|
|
"Most Cowardly", //MPMENU_STR_08
|
|
"Most Frantic", //MPMENU_STR_09
|
|
"Most Honorable", //MPMENU_STR_0A
|
|
"Most Dishonorable", //MPMENU_STR_0B
|
|
"Shortest Innings", //MPMENU_STR_0C
|
|
"Longest Innings", //MPMENU_STR_0D
|
|
"Double Kill", //MPMENU_STR_0E
|
|
"Triple Kill", //MPMENU_STR_0F
|
|
"Quad Kill (Doh!)", //MPMENU_STR_10
|
|
"Rank: 1st", //MPMENU_STR_11
|
|
"Rank: 2nd", //MPMENU_STR_12
|
|
"Rank: 3rd", //MPMENU_STR_13
|
|
"Rank: 4th", //MPMENU_STR_14
|
|
"PLAY", //MPMENU_STR_15
|
|
"GAME OVER", //MPMENU_STR_16
|
|
"START TO EXIT", //MPMENU_STR_17
|
|
"PAUSED", //MPMENU_STR_18
|
|
"PAUSE", //MPMENU_STR_19
|
|
"EXIT", //MPMENU_STR_1A
|
|
"SCORES", //MPMENU_STR_1B
|
|
"P", //MPMENU_STR_1C
|
|
"KILLS", //MPMENU_STR_1D
|
|
"LOSSES", //MPMENU_STR_1E
|
|
"Weapon of choice:", //MPMENU_STR_1F
|
|
"cancel", //MPMENU_STR_20
|
|
"confirm", //MPMENU_STR_21
|
|
"press start\n", //MPMENU_STR_22
|
|
"to continue\n" //MPMENU_STR_23
|
|
};
|