Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Majora's Mask (NTSC-U) Addresses
- return {
- scene = 0x3E6BC4,
- entrance_last = 0x1EF670,
- entrance_setter = 0x3FF398,
- scene_setup_setter = 0x1F35B8,
- song_played = 0x1C6A7D,
- game_time = 0x1EF67C,
- heart_containers = 0x1EF6A4,
- hearts = 0x1EF6A6,
- magic = 0x1EF6A9,
- rupees = 0x1EF6AA,
- flag = {
- load = 0x3FF395,
- tatl = 0x1EF692,
- save_type = 0x1EF693,
- owl_statues = 0x1EF6B6,
- enabled_buttons = 0x1F3588,
- magic_meter = 0x1EF6B0
- },
- link = {
- b_button = 0x1EF6BC,
- form = 0x1EF690,
- x = 0x3FFDD4,
- y = 0x3FFDD8,
- z = 0x3FFDDC,
- v_horizontal = 0x400880,
- v_vertical = 0x3FFE18,
- facing_angle = 0x3FFE6E
- },
- inventory_items = {
- slot1 = 0x1EF6E0, -- Ocarina of Time
- slot2 = 0x1EF6E1, -- Hero's Bow
- slot3 = 0x1EF6E2, -- Fire Arrow
- slot4 = 0x1EF6E3, -- Ice Arrow
- slot5 = 0x1EF6E4, -- Light Arrow
- slot6 = 0x1EF6E5, -- Event Item 1
- slot7 = 0x1EF6E6, -- Bomb
- slot8 = 0x1EF6E7, -- Bombchu
- slot9 = 0x1EF6E8, -- Deku Stick
- slot10 = 0x1EF6E9, -- Deku Nut
- slot11 = 0x1EF6EA, -- Magic Bean
- slot12 = 0x1EF6EB, -- Event Item 2
- slot13 = 0x1EF6EC, -- Powder Key
- slot14 = 0x1EF6ED, -- Pictograph Box
- slot15 = 0x1EF6EE, -- Lens of Truth
- slot16 = 0x1EF6EF, -- Hookshot
- slot17 = 0x1EF6F0, -- Great Fairy's Sword
- slot18 = 0x1EF6F1, -- Event Item 3
- slot19 = 0x1EF6F2, -- Bottle
- slot20 = 0x1EF6F3, -- Bottle
- slot21 = 0x1EF6F4, -- Bottle
- slot22 = 0x1EF6F5, -- Bottle
- slot23 = 0x1EF6F6, -- Bottle
- slot24 = 0x1EF6F7 -- Bottle
- },
- inventory_masks = {
- slot1 = 0x1EF6F8, -- Postman's Hat
- slot2 = 0x1EF6F9, -- All-Night Mask
- slot3 = 0x1EF6FA, -- Blast Mask
- slot4 = 0x1EF6FB, -- Stone Mask
- slot5 = 0x1EF6FC, -- Great Fairy's Mask
- slot6 = 0x1EF6FD, -- Deku Mask
- slot7 = 0x1EF6FE, -- Keaton Mask
- slot8 = 0x1EF6FF, -- Bremen Mask
- slot9 = 0x1EF700, -- Bunny Hood
- slot10 = 0x1EF701, -- Don Gero's Mask
- slot11 = 0x1EF702, -- Mask of Scents
- slot12 = 0x1EF703, -- Goron Mask
- slot13 = 0x1EF704, -- Romani's Mask
- slot14 = 0x1EF705, -- Circus Leader's Mask
- slot15 = 0x1EF706, -- Kafei's Mask
- slot16 = 0x1EF707, -- Couple's Mask
- slot17 = 0x1EF708, -- Mask of Truth
- slot18 = 0x1EF709, -- Zora Mask
- slot19 = 0x1EF70A, -- Kamaro's Mask
- slot20 = 0x1EF70B, -- Gibdo's Mask
- slot21 = 0x1EF70C, -- Garo's Mask
- slot22 = 0x1EF70D, -- Captain's Hat
- slot23 = 0x1EF70E, -- Giant's Mask
- slot24 = 0x1EF70F -- Fierce Deity's Mask
- },
- equipment = {
- wallet = 0x1EF72A,
- quiver_bomb = 0x1EF72B,
- notebook = 0x1EF72D,
- songs = 0x1EF72E
- },
- ammo = {
- arrow = 0x1EF711,
- bomb = 0x1EF716,
- bombchu = 0x1EF717,
- deku_stick = 0x1EF718,
- deku_nut = 0x1EF719,
- magic_bean = 0x1EF71A,
- powder_keg = 0x1EF71C
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement