Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 17 additions & 3 deletions helpers.json
Original file line number Diff line number Diff line change
Expand Up @@ -1106,14 +1106,27 @@
{"or": [
{"noFlashSuit": {}},
{"and": [
"h_useSpringBall",
"canComplexCarryFlashSuit"
"canComplexCarryFlashSuit",
{"or": [
"h_useSpringBall",
"h_useMorphBombs",
"canWallJumpInstantMorph"
]}
]},
{"and": [
"canInsaneMidAirMorph",
{"or": [
{"disableEquipment": "HiJump"},
"canBeVeryLucky"
]},
"canTrickyCarryFlashSuit"
]}
]}
],
"devNote": [
"FIXME: Flashsuit options should effect the expected number of tries on the gate glitch.",
"FIXME: Flashsuit options do not scale with heat.",
"FIXME: PowerBombs work as an alternative to Bombs."
]
},
{
Expand All @@ -1137,7 +1150,8 @@
"canInsaneMidAirMorph"
]}
]}
]
],
"devNote": "Methods requiring Gravity would use Gravity+h_gateGlitch."
},
{
"name": "h_blueGateGlitch",
Expand Down
8 changes: 3 additions & 5 deletions region/tourian/main/Metroid Room 4.json
Original file line number Diff line number Diff line change
Expand Up @@ -529,15 +529,13 @@
"link": [2, 1],
"name": "Easy Evade",
"requires": [
"canDodgeWhileShooting",
{"or": [
"Ice",
{"and": [
"ScrewAttack",
"canDodgeWhileShooting"
]}
"ScrewAttack"
]},
{"or": [
"canCarefulJump",
"canTrickyJump",
{"enemyDamage": {"enemy": "Rinka", "type": "contact", "hits": 1}}
]}
],
Expand Down
Loading