|
488 | 488 | "If sparking early, a down-back can help with reaching the platform." |
489 | 489 | ] |
490 | 490 | }, |
| 491 | + { |
| 492 | + "link": [2, 1], |
| 493 | + "name": "Side Platform Cross Room Jump", |
| 494 | + "entranceCondition": { |
| 495 | + "comeInWithSidePlatform": { |
| 496 | + "platforms": [ |
| 497 | + { |
| 498 | + "minHeight": 1, |
| 499 | + "maxHeight": 1, |
| 500 | + "minTiles": 4, |
| 501 | + "speedBooster": "any", |
| 502 | + "obstructions": [[1, 0]], |
| 503 | + "note": ["This applies to Skree Boost Room, Screw Attack Room, and Lava Dive."] |
| 504 | + }, |
| 505 | + { |
| 506 | + "minHeight": 2, |
| 507 | + "maxHeight": 2, |
| 508 | + "minTiles": 2, |
| 509 | + "speedBooster": "any", |
| 510 | + "obstructions": [[1, 0]], |
| 511 | + "requires": [ |
| 512 | + "canTrickyJump" |
| 513 | + ], |
| 514 | + "note": ["This applies to Metal Pirates Room (Small Ledge)."], |
| 515 | + "detailNote": [ |
| 516 | + "With this short of runway, a frame-perfect jump is required." |
| 517 | + ] |
| 518 | + }, |
| 519 | + { |
| 520 | + "minHeight": 2, |
| 521 | + "maxHeight": 2, |
| 522 | + "minTiles": 4, |
| 523 | + "speedBooster": "any", |
| 524 | + "obstructions": [[1, 0]], |
| 525 | + "note": ["This applies to Early Supers Room, Shaktool Room, Blue Hopper Room, Bowling Alley (bottom), Dust Torizo Room, and Noob Bridge."], |
| 526 | + "detailNote": [ |
| 527 | + "With this longer amount of runway, the jump has a 2-frame window." |
| 528 | + ] |
| 529 | + }, |
| 530 | + { |
| 531 | + "minHeight": 3, |
| 532 | + "maxHeight": 3, |
| 533 | + "minTiles": 9.4375, |
| 534 | + "speedBooster": "any", |
| 535 | + "obstructions": [[1, 0]], |
| 536 | + "note": ["This applies to Bomb Torizo Room, Pink Brinstar Hopper Room, Phantoon's Room, Big Boy Room, and Double Chamber."] |
| 537 | + } |
| 538 | + ] |
| 539 | + } |
| 540 | + }, |
| 541 | + "requires": [], |
| 542 | + "devNote": [ |
| 543 | + "Setups having more than a 1-tile runway at the door are not considered here,", |
| 544 | + "because in that case a regular cross-room jump is possible.", |
| 545 | + "Likewise, doing a ceiling mockball through the transition is not considered,", |
| 546 | + "since if Morph is available then an airball can be done with just 1 tile of door runway." |
| 547 | + ] |
| 548 | + }, |
491 | 549 | { |
492 | 550 | "id": 24, |
493 | 551 | "link": [2, 1], |
|
0 commit comments