Skip to content

Commit bf26b85

Browse files
committed
Fix Switch 1 date spam regression.
1 parent 1ac1ab0 commit bf26b85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SerialPrograms/Source/PokemonSwSh/Commands/PokemonSwSh_Commands_DateSpam.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ void rollback_year_skip_forward(
2525
){
2626
ConsoleType type = console.state().console_type();
2727
if (type == ConsoleType::Switch1){
28+
roll_date_backward_N(console, context, MAX_YEAR, true);
2829
ssf_press_button_ptv(context, BUTTON_A, 160ms, 80ms);
2930
ssf_issue_scroll_ptv(context, SSF_SCROLL_LEFT, 24ms);
3031
ssf_issue_scroll_ptv(context, SSF_SCROLL_LEFT, 24ms);

0 commit comments

Comments
 (0)