We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a55e41a + b128a1c commit d1b0324Copy full SHA for d1b0324
fighters/mario/src/opff.rs
@@ -3,7 +3,7 @@ utils::import_noreturn!(common::opff::fighter_common_opff);
3
use super::*;
4
use globals::*;
5
6
-
+
7
unsafe fn dair_mash_rise(fighter: &mut L2CFighterCommon, boma: &mut BattleObjectModuleAccessor, id: usize, motion_kind: u64, situation_kind: i32, frame: f32) {
8
if motion_kind == hash40("attack_air_lw") {
9
//let motion_vec = Vector3f{x:0.0, y: 2.5, z: 0.0};
0 commit comments