mirror of
https://github.com/notwa/mm
synced 2025-02-05 13:23:23 -08:00
set another event flag
This commit is contained in:
parent
eb239668b0
commit
3e4df3ffc2
1 changed files with 6 additions and 1 deletions
|
@ -32,11 +32,12 @@ short term:
|
||||||
allow buying of biggest bomb bag without an existing bomb bag
|
allow buying of biggest bomb bag without an existing bomb bag
|
||||||
|
|
||||||
long term:
|
long term:
|
||||||
|
maybe skip zora/goron mask cutscenes (1C00 FFF3 -> 6890 0000, 1C00 ???? -> ???? 0000)
|
||||||
|
skip giants cutscenes; give oath when any mask is acquired (0xCC00 fyi)
|
||||||
add/fix generic grottos
|
add/fix generic grottos
|
||||||
make death warps work like in mzx's hack
|
make death warps work like in mzx's hack
|
||||||
boss warps take you to a duplicate of an existing exit (0x3010, ?, ?, ?)
|
boss warps take you to a duplicate of an existing exit (0x3010, ?, ?, ?)
|
||||||
add deku princess prison back to list without breaking everything
|
add deku princess prison back to list without breaking everything
|
||||||
skip giants cutscenes; give oath when any mask is acquired (0xCC00 fyi)
|
|
||||||
|
|
||||||
really long term:
|
really long term:
|
||||||
make bombers' code etc. a function of the filename (if it isn't already)
|
make bombers' code etc. a function of the filename (if it isn't already)
|
||||||
|
@ -165,6 +166,10 @@ load_hook:
|
||||||
// first time setup
|
// first time setup
|
||||||
sb t0, @has_completed_intro(s0)
|
sb t0, @has_completed_intro(s0)
|
||||||
sb t0, @have_tatl(s0)
|
sb t0, @have_tatl(s0)
|
||||||
|
li a0, 0x001A // deku intro area
|
||||||
|
li a1, 2
|
||||||
|
jal set_scene_flag
|
||||||
|
li a2, 2 // "Hey, you! C'mon! Press Z and talk to me!"
|
||||||
li a0, 0x0063 // inside clock tower
|
li a0, 0x0063 // inside clock tower
|
||||||
li a1, 1 // second word
|
li a1, 1 // second word
|
||||||
jal set_scene_flag
|
jal set_scene_flag
|
||||||
|
|
Loading…
Add table
Reference in a new issue