Skip to content

Commit c99a9e6

Browse files
authored
Merge pull request #1763 from blkerby/halfie-climb-teleport-grapple-clip
Halfie Climb grapple teleport into grapple clip
2 parents 8b2b520 + 1997e7b commit c99a9e6

1 file changed

Lines changed: 90 additions & 2 deletions

File tree

region/maridia/inner-pink/Halfie Climb Room.json

Lines changed: 90 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2646,9 +2646,25 @@
26462646
"devNote": "Jumping into a diagonal spark saves a little energy from both the jump and hitting the slightly lower ceiling by the door."
26472647
},
26482648
{
2649-
"id": 89,
26502649
"link": [3, 1],
26512650
"name": "Grapple Teleport",
2651+
"entranceCondition": {
2652+
"comeInWithGrappleTeleport": {
2653+
"blockPositions": [
2654+
[5, 3],
2655+
[7, 2]
2656+
]
2657+
}
2658+
},
2659+
"requires": [],
2660+
"note": [
2661+
"After teleporting, allow Samus to swing right before releasing Grapple."
2662+
]
2663+
},
2664+
{
2665+
"id": 89,
2666+
"link": [3, 1],
2667+
"name": "Grapple Teleport Door Lock Skip",
26522668
"entranceCondition": {
26532669
"comeInWithGrappleTeleport": {
26542670
"blockPositions": [
@@ -2662,6 +2678,42 @@
26622678
"requires": [],
26632679
"bypassesDoorShell": true
26642680
},
2681+
{
2682+
"link": [3, 1],
2683+
"name": "Grapple Teleport Into Grapple Clip (From Moat)",
2684+
"entranceCondition": {
2685+
"comeInWithGrappleTeleport": {
2686+
"blockPositions": [[7, 2]]
2687+
}
2688+
},
2689+
"requires": [
2690+
"canGrappleClip"
2691+
],
2692+
"bypassesDoorShell": true,
2693+
"note": [
2694+
"After teleporting, release Grapple and turn around repeatedly to wiggle out to the left and fall into the air space behind the Grapple blocks.",
2695+
"Press right against the wall, angle up, use Grapple, and release to clip into the door transition."
2696+
]
2697+
},
2698+
{
2699+
"link": [3, 1],
2700+
"name": "Grapple Teleport Into Grapple Clip (From Red Brinstar Firefleas)",
2701+
"entranceCondition": {
2702+
"comeInWithGrappleTeleport": {
2703+
"blockPositions": [[5, 3]]
2704+
}
2705+
},
2706+
"requires": [
2707+
"canInsaneJump",
2708+
"canGrappleClip"
2709+
],
2710+
"bypassesDoorShell": true,
2711+
"note": [
2712+
"After teleporting, quickly press and hold down to extend Grapple to push Samus to the left.",
2713+
"Release Grapple, and turn around repeatedly to wiggle out to the left and fall into the air space behind the Grapple blocks.",
2714+
"Press right against the wall, angle up, use Grapple, and release to clip into the door transition."
2715+
]
2716+
},
26652717
{
26662718
"id": 90,
26672719
"link": [3, 1],
@@ -3335,7 +3387,7 @@
33353387
{
33363388
"id": 116,
33373389
"link": [4, 1],
3338-
"name": "Grapple Teleport",
3390+
"name": "Grapple Teleport Door Lock Skip",
33393391
"entranceCondition": {
33403392
"comeInWithGrappleTeleport": {
33413393
"blockPositions": [
@@ -3349,6 +3401,42 @@
33493401
"requires": [],
33503402
"bypassesDoorShell": true
33513403
},
3404+
{
3405+
"link": [4, 1],
3406+
"name": "Grapple Teleport Into Grapple Clip (From Moat)",
3407+
"entranceCondition": {
3408+
"comeInWithGrappleTeleport": {
3409+
"blockPositions": [[7, 2]]
3410+
}
3411+
},
3412+
"requires": [
3413+
"canGrappleClip"
3414+
],
3415+
"bypassesDoorShell": true,
3416+
"note": [
3417+
"After teleporting, release Grapple and turn around repeatedly to wiggle out to the left and fall into the air space behind the Grapple blocks.",
3418+
"Press right against the wall, angle up, use Grapple, and release to clip into the door transition."
3419+
]
3420+
},
3421+
{
3422+
"link": [4, 1],
3423+
"name": "Grapple Teleport Into Grapple Clip (From Red Brinstar Firefleas)",
3424+
"entranceCondition": {
3425+
"comeInWithGrappleTeleport": {
3426+
"blockPositions": [[5, 3]]
3427+
}
3428+
},
3429+
"requires": [
3430+
"canInsaneJump",
3431+
"canGrappleClip"
3432+
],
3433+
"bypassesDoorShell": true,
3434+
"note": [
3435+
"After teleporting, quickly press and hold down to extend Grapple to push Samus to the left.",
3436+
"Release Grapple, and turn around repeatedly to wiggle out to the left and fall into the air space behind the Grapple blocks.",
3437+
"Press right against the wall, angle up, use Grapple, and release to clip into the door transition."
3438+
]
3439+
},
33523440
{
33533441
"id": 117,
33543442
"link": [4, 1],

0 commit comments

Comments
 (0)