Bowling Alley Path: Transition with Stored Fall Speed (more speed)

Room ID: 33

Wiki
From: 1
Left Door
To: 2
Right Door

Freeze each of the three Choot enemies at the correct pixel height to walk across the room. Be careful about taking damage or falling on slopes.

Entrance condition:

{
  "comeInWithStoredFallSpeed": {
    "fallSpeedInTiles": 2
  }
}

Requires:

"h_canTrickyFrozenEnemyRunway"

Exit condition:

{
  "leaveWithStoredFallSpeed": {
    "fallSpeedInTiles": 2
  }
}