Skip to content

Commit b63fb4d

Browse files
authored
Merge pull request #2846 from osse101/GGGFlashBomb
GateGlitch options and Metroids4
2 parents 8c834fd + 9701725 commit b63fb4d

2 files changed

Lines changed: 20 additions & 8 deletions

File tree

helpers.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1128,14 +1128,27 @@
11281128
{"or": [
11291129
{"noFlashSuit": {}},
11301130
{"and": [
1131-
"h_useSpringBall",
1132-
"canComplexCarryFlashSuit"
1131+
"canComplexCarryFlashSuit",
1132+
{"or": [
1133+
"h_useSpringBall",
1134+
"h_useMorphBombs",
1135+
"canWallJumpInstantMorph"
1136+
]}
11331137
]},
11341138
{"and": [
11351139
"canInsaneMidAirMorph",
1140+
{"or": [
1141+
{"disableEquipment": "HiJump"},
1142+
"canBeVeryLucky"
1143+
]},
11361144
"canTrickyCarryFlashSuit"
11371145
]}
11381146
]}
1147+
],
1148+
"devNote": [
1149+
"FIXME: Flashsuit options should effect the expected number of tries on the gate glitch.",
1150+
"FIXME: Flashsuit options do not scale with heat.",
1151+
"FIXME: PowerBombs work as an alternative to Bombs."
11391152
]
11401153
},
11411154
{
@@ -1159,7 +1172,8 @@
11591172
"canInsaneMidAirMorph"
11601173
]}
11611174
]}
1162-
]
1175+
],
1176+
"devNote": "Methods requiring Gravity would use Gravity+h_gateGlitch."
11631177
},
11641178
{
11651179
"name": "h_blueGateGlitch",

region/tourian/main/Metroid Room 4.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -529,15 +529,13 @@
529529
"link": [2, 1],
530530
"name": "Easy Evade",
531531
"requires": [
532+
"canDodgeWhileShooting",
532533
{"or": [
533534
"Ice",
534-
{"and": [
535-
"ScrewAttack",
536-
"canDodgeWhileShooting"
537-
]}
535+
"ScrewAttack"
538536
]},
539537
{"or": [
540-
"canCarefulJump",
538+
"canTrickyJump",
541539
{"enemyDamage": {"enemy": "Rinka", "type": "contact", "hits": 1}}
542540
]}
543541
],

0 commit comments

Comments
 (0)