mirror of
https://github.com/notwa/mm
synced 2024-11-05 03:29:02 -08:00
29 lines
712 B
Lua
29 lines
712 B
Lua
|
return {
|
||
|
deku_stick = 0x00,
|
||
|
deku_nut = 0x01,
|
||
|
bombs = 0x02,
|
||
|
bow = 0x03,
|
||
|
fire_arrows = 0x04,
|
||
|
dins_fire = 0x05,
|
||
|
slingshot = 0x06,
|
||
|
fairy_ocarina = 0x07,
|
||
|
ocarina = 0x08,
|
||
|
bombchu = 0x09,
|
||
|
hookshot = 0x0A,
|
||
|
longshot = 0x0B,
|
||
|
ice_arrows = 0x0C,
|
||
|
farores_wind = 0x0D,
|
||
|
boomerang = 0x0E,
|
||
|
lens_of_truth = 0x0F,
|
||
|
magic_beans = 0x10,
|
||
|
hammer = 0x11,
|
||
|
light_arrows = 0x12,
|
||
|
nayrus_love = 0x13,
|
||
|
|
||
|
bottle = 0x14,
|
||
|
fairy = 0x18,
|
||
|
fish = 0x19,
|
||
|
blue_fire = 0x1C,
|
||
|
bugs = 0x1D,
|
||
|
}
|