Advertisement
Jimmie1717

BizHawk: Majora's Mask (U) Addresses

Jan 9th, 2016
392
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.88 KB | None | 0 0
  1. -- Majora's Mask (NTSC-U) Addresses
  2. return {
  3.     scene               = 0x3E6BC4,
  4.     entrance_last       = 0x1EF670,
  5.     entrance_setter     = 0x3FF398,
  6.     scene_setup_setter  = 0x1F35B8,
  7.     song_played         = 0x1C6A7D,
  8.     game_time           = 0x1EF67C,
  9.     heart_containers    = 0x1EF6A4,
  10.     hearts              = 0x1EF6A6,
  11.     magic               = 0x1EF6A9,
  12.     rupees              = 0x1EF6AA,
  13.    
  14.     flag                = {
  15.         load            = 0x3FF395,
  16.         tatl            = 0x1EF692,
  17.         save_type       = 0x1EF693,
  18.         owl_statues     = 0x1EF6B6,
  19.         enabled_buttons = 0x1F3588,
  20.         magic_meter     = 0x1EF6B0
  21.     },
  22.    
  23.     link                = {
  24.         b_button        = 0x1EF6BC,
  25.         form            = 0x1EF690,
  26.         x               = 0x3FFDD4,
  27.         y               = 0x3FFDD8,
  28.         z               = 0x3FFDDC,
  29.         v_horizontal    = 0x400880,
  30.         v_vertical      = 0x3FFE18,
  31.         facing_angle    = 0x3FFE6E
  32.     },
  33.    
  34.     inventory_items     = {
  35.         slot1           = 0x1EF6E0, -- Ocarina of Time
  36.         slot2           = 0x1EF6E1, -- Hero's Bow
  37.         slot3           = 0x1EF6E2, -- Fire Arrow
  38.         slot4           = 0x1EF6E3, -- Ice Arrow
  39.         slot5           = 0x1EF6E4, -- Light Arrow
  40.         slot6           = 0x1EF6E5, -- Event Item 1
  41.         slot7           = 0x1EF6E6, -- Bomb
  42.         slot8           = 0x1EF6E7, -- Bombchu
  43.         slot9           = 0x1EF6E8, -- Deku Stick
  44.         slot10          = 0x1EF6E9, -- Deku Nut
  45.         slot11          = 0x1EF6EA, -- Magic Bean
  46.         slot12          = 0x1EF6EB, -- Event Item 2
  47.         slot13          = 0x1EF6EC, -- Powder Key
  48.         slot14          = 0x1EF6ED, -- Pictograph Box
  49.         slot15          = 0x1EF6EE, -- Lens of Truth
  50.         slot16          = 0x1EF6EF, -- Hookshot
  51.         slot17          = 0x1EF6F0, -- Great Fairy's Sword
  52.         slot18          = 0x1EF6F1, -- Event Item 3
  53.         slot19          = 0x1EF6F2, -- Bottle
  54.         slot20          = 0x1EF6F3, -- Bottle
  55.         slot21          = 0x1EF6F4, -- Bottle
  56.         slot22          = 0x1EF6F5, -- Bottle
  57.         slot23          = 0x1EF6F6, -- Bottle
  58.         slot24          = 0x1EF6F7  -- Bottle
  59.     },
  60.    
  61.     inventory_masks     = {
  62.         slot1           = 0x1EF6F8, -- Postman's Hat
  63.         slot2           = 0x1EF6F9, -- All-Night Mask
  64.         slot3           = 0x1EF6FA, -- Blast Mask
  65.         slot4           = 0x1EF6FB, -- Stone Mask
  66.         slot5           = 0x1EF6FC, -- Great Fairy's Mask
  67.         slot6           = 0x1EF6FD, -- Deku Mask
  68.         slot7           = 0x1EF6FE, -- Keaton Mask
  69.         slot8           = 0x1EF6FF, -- Bremen Mask
  70.         slot9           = 0x1EF700, -- Bunny Hood
  71.         slot10          = 0x1EF701, -- Don Gero's Mask
  72.         slot11          = 0x1EF702, -- Mask of Scents
  73.         slot12          = 0x1EF703, -- Goron Mask
  74.         slot13          = 0x1EF704, -- Romani's Mask
  75.         slot14          = 0x1EF705, -- Circus Leader's Mask
  76.         slot15          = 0x1EF706, -- Kafei's Mask
  77.         slot16          = 0x1EF707, -- Couple's Mask
  78.         slot17          = 0x1EF708, -- Mask of Truth
  79.         slot18          = 0x1EF709, -- Zora Mask
  80.         slot19          = 0x1EF70A, -- Kamaro's Mask
  81.         slot20          = 0x1EF70B, -- Gibdo's Mask
  82.         slot21          = 0x1EF70C, -- Garo's Mask
  83.         slot22          = 0x1EF70D, -- Captain's Hat
  84.         slot23          = 0x1EF70E, -- Giant's Mask
  85.         slot24          = 0x1EF70F  -- Fierce Deity's Mask
  86.     },
  87.    
  88.     equipment           = {
  89.         wallet          = 0x1EF72A,
  90.         quiver_bomb     = 0x1EF72B,
  91.         notebook        = 0x1EF72D,
  92.         songs           = 0x1EF72E
  93.     },
  94.    
  95.     ammo                = {
  96.         arrow           = 0x1EF711,
  97.         bomb            = 0x1EF716,
  98.         bombchu         = 0x1EF717,
  99.         deku_stick      = 0x1EF718,
  100.         deku_nut        = 0x1EF719,
  101.         magic_bean      = 0x1EF71A,
  102.         powder_keg      = 0x1EF71C
  103.     }
  104.    
  105. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement