13 lines
366 B
C
13 lines
366 B
C
#include <ultra64.h>
|
|
|
|
char *lang[] = {
|
|
/* 0*/ "Retaking the Institute.\nLead the team and clean out the building.\n",
|
|
/* 1*/ "Lead the team and clean out the building.\n",
|
|
/* 2*/ "Lead the team and clean out the building.\n",
|
|
/* 3*/ "Kill All Enemy Agents\n",
|
|
/* 4*/ "Do Something Else\n",
|
|
/* 5*/ "And Something Else\n",
|
|
/* 6*/ NULL,
|
|
/* 7*/ NULL,
|
|
};
|