Remove unnecessary easySwim

This commit is contained in:
baxlek
2026-08-25 20:11:16 -05:00
committed by GitHub
parent 8701e6e944
commit 76a445a6cf
+1 -1
View File
@@ -1337,7 +1337,7 @@ int daAlink_c::procSwimHookshotMove() {
return procSwimDiveInit();
}
if (checkUpSwimButtonAccept() && (easySwim ? doButton() : doTrigger())) {
if (checkUpSwimButtonAccept() && doTrigger()) {
field_0x3000 = 30;
return procSwimMoveInit();
}