We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8419ea commit 9977bceCopy full SHA for 9977bce
fighters/shulk/src/vtable_hook.rs
@@ -1,6 +1,6 @@
1
use super::*;
2
3
-// disables art wheel during hitstun, and enables it during jab, da, tilts and aerials
+// disables art wheel during hitstun, and enables it during jab, tilts and aerials
4
5
#[skyline::hook(offset = 0x116a3d0)]
6
pub unsafe extern "C" fn shulk_check_valid_arts_statuses(fighter: &mut Fighter) -> u64 {
0 commit comments