mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-28 12:50:16 +00:00
merge with master
This commit is contained in:
commit
67dec0402d
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ pub unsafe fn get_command_flag_cat(module_accessor: &mut BattleObjectModuleAcces
|
||||||
playback();
|
playback();
|
||||||
}
|
}
|
||||||
// Attack + Dpad Left: Record
|
// Attack + Dpad Left: Record
|
||||||
else if ControlModule::check_button_on(module_accessor, *CONTROL_PAD_BUTTON_CATCH)
|
else if ControlModule::check_button_on(module_accessor, *CONTROL_PAD_BUTTON_ATTACK)
|
||||||
&& ControlModule::check_button_trigger(module_accessor, *CONTROL_PAD_BUTTON_APPEAL_S_L)
|
&& ControlModule::check_button_trigger(module_accessor, *CONTROL_PAD_BUTTON_APPEAL_S_L)
|
||||||
{
|
{
|
||||||
record();
|
record();
|
||||||
|
|
Loading…
Reference in a new issue