mirror of
https://github.com/notwa/mm
synced 2025-02-05 13:23:23 -08:00
unshuffle deku princess prison
This commit is contained in:
parent
10d273fe19
commit
6a6f8a89b5
2 changed files with 3 additions and 2 deletions
|
@ -35,6 +35,7 @@ long term:
|
||||||
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
|
||||||
skip giants cutscenes; give oath when any mask is acquired (0xCC00 fyi)
|
skip giants cutscenes; give oath when any mask is acquired (0xCC00 fyi)
|
||||||
|
|
||||||
really long term:
|
really long term:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[entries]: 268
|
[entries]: 266
|
||||||
shuffles:
|
shuffles:
|
||||||
// format: from, to[, paired_from, paired_to]
|
// format: from, to[, paired_from, paired_to]
|
||||||
// "to" gets filled in when the file is loaded
|
// "to" gets filled in when the file is loaded
|
||||||
|
@ -42,7 +42,7 @@ shuffles:
|
||||||
.half 0x2A00, 0, 0xAC10, 0 // Inverted Stone Tower Temple
|
.half 0x2A00, 0, 0xAC10, 0 // Inverted Stone Tower Temple
|
||||||
.half 0x2E10, 0, 0xC000, 0 // Deku Intro Area / Twisty Hallway
|
.half 0x2E10, 0, 0xC000, 0 // Deku Intro Area / Twisty Hallway
|
||||||
.half 0x3000, 0, 0x8610, 0 // Woodfall Temple
|
.half 0x3000, 0, 0x8610, 0 // Woodfall Temple
|
||||||
.half 0x3020, 0, 0x8630, 0 // Woodfall Temple (Deku Princess)
|
//.half 0x3020, 0, 0x8630, 0 // Woodfall Temple (Deku Princess) (actually 0x8632?)
|
||||||
.half 0x3200, 0, 0x5430, 0 // Snowhead Passage / Termina Field
|
.half 0x3200, 0, 0x5430, 0 // Snowhead Passage / Termina Field
|
||||||
.half 0x3210, 0, 0x9A60, 0 // Snowhead Passage / Mountain Village
|
.half 0x3210, 0, 0x9A60, 0 // Snowhead Passage / Mountain Village
|
||||||
.half 0x3400, 0, 0x9010, 0 // Ikana Castle / Beneath the Well
|
.half 0x3400, 0, 0x9010, 0 // Ikana Castle / Beneath the Well
|
||||||
|
|
Loading…
Add table
Reference in a new issue