Skip to content

Commit 2154a09

Browse files
authored
Add h_EquipmentScreenFix
1 parent cfb6db2 commit 2154a09

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

helpers.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,20 @@
101101
"requires": [ "never" ],
102102
"devNote": "In Vanilla, the camera is messed up when entering from the left with Crocomire alive."
103103
},
104+
{
105+
"name": "h_EquipmentScreenFix",
106+
"requires": [],
107+
"devNote": [
108+
"In Vanilla, the equipment screen behaves oddly which can cause difficulty when disabling equipment.",
109+
"Most items can always be toggled, the exceptions are suits and Srew Attack;",
110+
"these three can only be toggled if the player can move the cursor to the right item column.",
111+
"It is always possible to move to the right column if Samus has any other item in the right column, or if she has nothing in the left column (no beams or Reserve Tanks).",
112+
"It is possible to move from the Reserve Tank to either suit.",
113+
"It is possible to move from any beam to either suit by rapidly pressing right; it is much easier to move to Gravity than to Varia.",
114+
"Currently, this project does not support the vanilla equipment screen. To add this would require editing canGravityJump and checking all places where canDisableEquipment is used,",
115+
"as well as defining all places where Samus may be expected to damage down by disabling heat protection."
116+
]
117+
},
104118
{
105119
"name": "h_ClimbWithoutLava",
106120
"requires": [

0 commit comments

Comments
 (0)