1
0
Fork 0
mirror of https://github.com/notwa/mm synced 2024-06-28 21:07:12 -07:00
mm/Lua/item values.lua
2015-03-08 09:52:19 -07:00

53 lines
1.3 KiB
Lua
Executable File

mask_values_early = {
postman = 0x5A,
all_night = 0x55,
blast = 0x63,
stone = 0x61,
great_fairy = 0x5C,
deku = 0x4E,
keaton = 0x56,
bremen = 0x62,
bunny = 0x54,
don_gero = 0x5E,
scents = 0x64,
goron = 0x4F,
romani = 0x58,
troupe_leader = 0x59,
kafei = 0x53,
couples = 0x5B,
truth = 0x52,
zora = 0x50,
kamaro = 0x5F,
gibdo = 0x5D,
garos = 0x57,
captains = 0x60,
giants = 0x65,
fierce_deity = 0x51,
}
mask_values = {
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,
}