Skip to content

Commit d28b643

Browse files
committed
update delayed walljump morph strat
1 parent 88ce69c commit d28b643

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

region/lowernorfair/east/The Worst Room In The Game.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2631,25 +2631,25 @@
26312631
},
26322632
{
26332633
"link": [6, 6],
2634-
"name": "Break Bomb Blocks with Bombs (Insane Wall Jump Morph)",
2634+
"name": "Break Bomb Blocks with Bombs (Delayed Wall Jump Morph)",
26352635
"requires": [
26362636
"HiJump",
2637-
"canInsaneWalljump",
2638-
{"or": [
2639-
"h_heatProof",
2640-
"canInsaneMidAirMorph"
2641-
]},
2637+
"canTrickyWalljump",
26422638
"canWallJumpInstantMorph",
2639+
"canTrickyJump",
26432640
"h_useMorphBombs",
2644-
{"heatFrames": 520}
2641+
{"heatFrames": 520},
2642+
{"or": [
2643+
"canInsaneWalljump",
2644+
{"heatFrames": 500}
2645+
]}
26452646
],
26462647
"clearsObstacles": ["A"],
26472648
"flashSuitChecked": true,
26482649
"blueSuitChecked": true,
26492650
"note": [
26502651
"Use a wall jump morph to break the leftmost set of bomb blocks on the bottom layer.",
2651-
"Then very precisely wall jump morph in the space opened by the broken blocks, to bomb out the next bomb blocks above.",
2652-
"This requires a frame perfect morph, exactly 1 frame after wall jumping."
2652+
"Then use a delayed wall jump morph to bomb out the next bomb blocks above."
26532653
]
26542654
},
26552655
{

0 commit comments

Comments
 (0)