Skip to content

Commit 08649a0

Browse files
committed
feedback updates
1 parent 8c2b92a commit 08649a0

2 files changed

Lines changed: 21 additions & 9 deletions

File tree

region/lowernorfair/east/Ridley Tank Room.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,10 @@
8282
"obstruction": [1, 0]
8383
}
8484
},
85-
"devNote": "Max extra run speed $2.B"
85+
"note": [
86+
"If using the full runway, press against the wall and turn around; do not back into the corner."
87+
],
88+
"devNote": "Max extra run speed $2.B, or $2.C with Hi-Jump and a quick aim-down."
8689
},
8790
{
8891
"id": 2,

region/norfair/east/Bubble Mountain.json

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,18 +1124,27 @@
11241124
"obstructions": [[1, 0]],
11251125
"requires": [
11261126
{"or": [
1127-
"HiJump",
11281127
{"and": [
1129-
"canTrickyDashJump",
1130-
"canTrickySpringBallJump"
1128+
"HiJump",
1129+
{"or": [
1130+
"canTrickyDodgeEnemies",
1131+
{"enemyDamage": {"enemy": "Waver", "type": "contact", "hits": 1}}
1132+
]}
1133+
]},
1134+
{"and": [
1135+
"canTrickySpringBallJump",
1136+
{"or": [
1137+
"canTrickyDashJump",
1138+
{"and": [
1139+
"canNeutralDamageBoost",
1140+
{"enemyDamage": {"enemy": "Waver", "type": "contact", "hits": 1}}
1141+
]}
1142+
]}
11311143
]}
1132-
]},
1133-
{"or": [
1134-
"canTrickyDodgeEnemies",
1135-
{"enemyDamage": {"enemy": "Waver", "type": "contact", "hits": 1}}
11361144
]}
11371145
],
1138-
"note": ["This applies to Warehouse Entrance."]
1146+
"note": ["This applies to Warehouse Entrance."],
1147+
"detailNote": ["If Hi-Jump is available, it is possible to kill the Waver using angle-up shots."]
11391148
},
11401149
{
11411150
"minHeight": 2,

0 commit comments

Comments
 (0)