dos33fsprogs/gr-sim/tfv/tfv_items.h

28 lines
854 B
C
Raw Normal View History

2018-06-25 19:39:19 +00:00
#define ITEM1_CUPCAKE 0x01 // cafeteria lady
#define ITEM1_CARROT 0x02 // capabara
#define ITEM1_SMARTPASS 0x03 // metro worker
#define ITEM1_ELF_RUNES 0x04 // mree
#define ITEM1_LIZBETH_STAR 0x05 // Lizbeth
#define ITEM1_KARTE_SPIEL 0x06 // Frau
#define ITEM1_GLAMDRING 0x07 // Gus
#define ITEM1_VEGEMITE 0x08 // Nicole
// PARTS
#define ITEM_BLUE_LED 0x01 // bird
#define ITEM_RED_LED 0x02 //
#define ITEM_1K_RESISTOR 0x03 // brown black red, Elaine
#define ITEM_5K_RESISTOR 0x04 // yellow purple red, Tater
#define ITEM_9V_BATTERY 0x05 // Cindy
#define ITEM_AA_BATTERY 0x06 // Oscar
#define ITEM_LINUX_CD 0x07 // john
#define ITEM_ARMY_KNIFE 0x08 // Steve
// Other possibilities
#define ITEM_CHEX_MIX 0x01 // oscar
#define ITEM_CLASS_RING 0x02 //
2018-06-29 20:54:16 +00:00
#define ITEM_VORTEXCANNON 0x04 //
2018-06-25 19:39:19 +00:00
2018-06-25 19:45:26 +00:00
extern char item_names[2][8][15];
2018-06-25 19:39:19 +00:00