perfect_dark/src/files/lang/propobjE.c

57 lines
1.2 KiB
C

#include <ultra64.h>
char *lang[] = {
/*0x00*/ "Picked up ",
/*0x01*/ "Double ",
/*0x02*/ "some ",
/*0x03*/ "Some ",
/*0x04*/ "a ",
/*0x05*/ "A ",
/*0x06*/ "an ",
/*0x07*/ "An ",
/*0x08*/ "the ",
/*0x09*/ "The ",
/*0x0a*/ "ammo",
/*0x0b*/ "cartridge",
/*0x0c*/ "magnum bullet",
/*0x0d*/ "golden bullet",
/*0x0e*/ "grenade",
/*0x0f*/ "grenade round",
/*0x10*/ "rocket",
/*0x11*/ "homing rocket",
/*0x12*/ "remote mine",
/*0x13*/ "proximity mine",
/*0x14*/ "timed mine",
/*0x15*/ "combat ",
/*0x16*/ "knife",
/*0x17*/ "knives",
/*0x18*/ "s",
/*0x19*/ "dart",
/*0x1a*/ "N-Bomb",
/*0x1b*/ "sedatives",
/*0x1c*/ "explosive pen",
/*0x1d*/ "explosive case",
/*0x1e*/ "flare",
/*0x1f*/ "piton",
/*0x20*/ "of dynamite",
/*0x21*/ "stick ",
/*0x22*/ "sticks ",
/*0x23*/ "bug",
/*0x24*/ "micro camera",
/*0x25*/ "GoldenEye key",
/*0x26*/ "token",
/*0x27*/ "plastique",
/*0x28*/ "Picked up a key.\n",
/*0x29*/ "Picked up a shield.\n",
/*0x2a*/ "A shield.\n",
/*0x2b*/ "Picked up something.\n",
/*0x2c*/ "This door is locked.\n",
/*0x2d*/ "bolt",
/*0x2e*/ "orb",
/*0x2f*/ "Reaper ammo",
/*0x30*/ "cloaking device",
/*0x31*/ "boost pill",
/*0x32*/ "your ",
/*0x33*/ "Your ",
};