diff --git a/region/norfair/east/Bubble Mountain.json b/region/norfair/east/Bubble Mountain.json index b04daa98d9..62847f3d5a 100644 --- a/region/norfair/east/Bubble Mountain.json +++ b/region/norfair/east/Bubble Mountain.json @@ -3861,11 +3861,27 @@ "canWalljump", "HiJump", "SpaceJump", - "canIBJ", "canSpringBallJumpMidAir" ]} ] }, + { + "link": [8, 9], + "name": "IBJ", + "requires": [ + "canIBJ", + {"or": [ + {"enemyKill": { + "enemies": [["Ripper"]], + "explicitWeapons": ["ScrewAttack", "Super", "PowerBomb"] + }}, + "canJumpIntoIBJ" + ]} + ], + "note": [ + "Either kill the Ripper, or dodge it by jumping into IBJ." + ] + }, { "id": 203, "link": [8, 9],