mirror of
https://github.com/notwa/mm
synced 2025-02-05 13:23:23 -08:00
add kicked-out/caught entrances
This commit is contained in:
parent
b5b908b3c4
commit
e62ea5242c
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
[entries]: 258
|
[entries]: 261
|
||||||
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
|
||||||
|
@ -139,4 +139,8 @@ shuffles:
|
||||||
.half 0xB230, 0 // Owl Save/Warp: Snowhead
|
.half 0xB230, 0 // Owl Save/Warp: Snowhead
|
||||||
.half 0xD890, 0 // Owl Save/Warp: Clock Town
|
.half 0xD890, 0 // Owl Save/Warp: Clock Town
|
||||||
|
|
||||||
|
.half 0x5010, 0 // Kicked out of Deku Palace
|
||||||
|
.half 0x68C0, 0 // Kicked out of Pirates' Interior
|
||||||
|
.half 0x7040, 0 // Kicked out of Pirates' Exterior
|
||||||
|
|
||||||
.align
|
.align
|
||||||
|
|
Loading…
Add table
Reference in a new issue