diff --git a/src/training/input_record.rs b/src/training/input_record.rs index 62ed394..1c7c01b 100644 --- a/src/training/input_record.rs +++ b/src/training/input_record.rs @@ -38,7 +38,7 @@ pub unsafe fn get_command_flag_cat(module_accessor: &mut BattleObjectModuleAcces playback(); } // 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) { record(); @@ -98,4 +98,4 @@ pub unsafe fn handle_get_npad_state( (*state).Flags = P1_NPAD_STATES[INPUT_RECORD_FRAME].Flags; } } -} \ No newline at end of file +}