mirror of
https://github.com/notwa/mm
synced 2025-02-05 13:23:23 -08:00
more (all?) magic addrs for oot
This commit is contained in:
parent
dc6b205d35
commit
abb05dc67e
1 changed files with 3 additions and 0 deletions
|
@ -53,6 +53,8 @@ return {
|
||||||
magic = AL(0x33, 1),
|
magic = AL(0x33, 1),
|
||||||
rupees = AL(0x34, 2),
|
rupees = AL(0x34, 2),
|
||||||
navi_timer = AL(0x38, 2),
|
navi_timer = AL(0x38, 2),
|
||||||
|
has_normal_magic = AL(0x3A, 1),
|
||||||
|
has_double_magic = AL(0x3C, 1),
|
||||||
equip_tunic_boots = AL(0x70, 1),
|
equip_tunic_boots = AL(0x70, 1),
|
||||||
equip_sword_shield = AL(0x71, 1),
|
equip_sword_shield = AL(0x71, 1),
|
||||||
inventory_items = AL(0x74, 24),
|
inventory_items = AL(0x74, 24),
|
||||||
|
@ -124,6 +126,7 @@ return {
|
||||||
item_get_inf = AL(0xEF0, 0x8),
|
item_get_inf = AL(0xEF0, 0x8),
|
||||||
inf_table = AL(0xEF8, 0x3C),
|
inf_table = AL(0xEF8, 0x3C),
|
||||||
event_inf = AL(0x13FA, 0x8),
|
event_inf = AL(0x13FA, 0x8),
|
||||||
|
magic_max = AL(0x13F4, 2),
|
||||||
|
|
||||||
buttons = AG(0x14, 2),
|
buttons = AG(0x14, 2),
|
||||||
scene_number = AG(0xA4, 2),
|
scene_number = AG(0xA4, 2),
|
||||||
|
|
Loading…
Add table
Reference in a new issue