mirror of
https://github.com/notwa/mm
synced 2024-11-05 04:49:03 -08:00
49 lines
1.2 KiB
Lua
Executable file
49 lines
1.2 KiB
Lua
Executable file
return {
|
|
ocarina = 0x00,
|
|
bow = 0x01,
|
|
fire_arrows = 0x02,
|
|
ice_arrows = 0x03,
|
|
light_arrows = 0x04,
|
|
bombs = 0x06,
|
|
bombchu = 0x07,
|
|
deku_stick = 0x08,
|
|
deku_nut = 0x09,
|
|
magic_beans = 0x0A,
|
|
powder_keg = 0x0C,
|
|
pictograph = 0x0D,
|
|
lens_of_truth = 0x0E,
|
|
hookshot = 0x0F,
|
|
fairy_sword = 0x10,
|
|
|
|
bottle = 0x12,
|
|
fairy = 0x16,
|
|
milk = 0x18,
|
|
fish = 0x1A,
|
|
bugs = 0x1B,
|
|
chateau_romani = 0x25,
|
|
|
|
postman = 0x3E,
|
|
all_night = 0x38,
|
|
blast = 0x47,
|
|
stone = 0x45,
|
|
great_fairy = 0x40,
|
|
deku = 0x32,
|
|
keaton = 0x3A,
|
|
bremen = 0x46,
|
|
bunny = 0x39,
|
|
don_gero = 0x42,
|
|
scents = 0x48,
|
|
goron = 0x33,
|
|
romani = 0x3C,
|
|
troupe_leader = 0x3D,
|
|
kafei = 0x37,
|
|
couples = 0x3F,
|
|
truth = 0x36,
|
|
zora = 0x34,
|
|
kamaro = 0x43,
|
|
gibdo = 0x41,
|
|
garos = 0x3B,
|
|
captains = 0x44,
|
|
giants = 0x49,
|
|
fierce_deity = 0x35,
|
|
}
|