Skip to content

Commit 618c14f

Browse files
authored
Merge pull request HDR-Development#2403 from HDR-Development/grab-bag
That Wall Jump Bug that I Hate
2 parents f089e7e + 203f920 commit 618c14f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

fighters/common/src/function_hooks/controls.rs

+4
Original file line numberDiff line numberDiff line change
@@ -1171,6 +1171,10 @@ pub fn install() {
11711171
// Found in ControlModule::exec_command
11721172
skyline::patching::Patch::in_text(0x6bd6c4).nop();
11731173

1174+
// Always have the game check for wall jump flick inputs, even
1175+
// if the character doesn't normally have a wall jump.
1176+
skyline::patching::Patch::in_text(0x6bc420).nop();
1177+
11741178
skyline::install_hooks!(
11751179
map_controls_hook,
11761180
analog_trigger_l,

0 commit comments

Comments
 (0)