mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-05 00:31:33 +00:00
28 lines
854 B
C
28 lines
854 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 //
|
|
#define ITEM_VORTEXCANNON 0x04 //
|
|
|
|
extern char item_names[2][8][15];
|
|
|
|
|