dos33fsprogs/gr-sim/tfv/tfv_items.h
2018-06-25 15:39:19 -04:00

27 lines
815 B
C

#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 //
extern char items[2][8][13];