Skip to content

Commit 0c274c3

Browse files
committed
Mega Buster jump squat fix
1 parent 7431ceb commit 0c274c3

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

fighters/rockman/src/status/rockbuster/shoot_jump_squat.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ unsafe fn rockman_rockbuster_shoot_jump_squat_main(fighter: &mut L2CFighterCommo
5858
rockman_rockbuster_main_helper(fighter, false.into(), true.into(), L2CValue::Void(), L2CValue::Void());
5959
MotionModule::change_motion(
6060
fighter.module_accessor,
61-
Hash40::new("jump_squat"),
61+
Hash40::new("jump_squat_buster"),
6262
0.0,
6363
1.0,
6464
false,

romfs/source/fighter/rockman/motion/body/motion_patch.yaml

+30
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,36 @@ buster_walk_fast:
468468
xlu_end: 0
469469
cancel_frame: 0
470470
no_stop_intp: false
471+
jump_squat_buster:
472+
game_script: game_jumpsquat
473+
flags:
474+
turn: false
475+
loop: false
476+
move: false
477+
fix_trans: false
478+
fix_rot: false
479+
fix_scale: false
480+
unk_40: false
481+
unk_80: true
482+
unk_100: false
483+
unk_200: false
484+
unk_400: false
485+
unk_800: false
486+
unk_1000: false
487+
unk_2000: false
488+
blend_frames: 0
489+
animations:
490+
- name: a03jumpsquat.nuanmb
491+
unk: 0
492+
scripts:
493+
- expression_jumpsquat
494+
- sound_jumpsquat
495+
- effect_jumpsquat
496+
extra:
497+
xlu_start: 0
498+
xlu_end: 0
499+
cancel_frame: 0
500+
no_stop_intp: false
471501
attack_s3_s:
472502
game_script: game_attacks3melee
473503
flags:

0 commit comments

Comments
 (0)