Skip to content

Commit 83a23bd

Browse files
committed
Fix
1 parent 9a32c49 commit 83a23bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/PokemonSwSh/Commands/PokemonSwSh_Commands_DateSpam.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace NintendoSwitch{
1818
void home_to_date_time(ProControllerContext& context, bool to_date_change, bool fast){
1919
// If (fast == true) this will run faster, but slightly less accurately.
2020

21-
if (context->timing_variation() == 0ms && false){
21+
if (context->timing_variation() == 0ms){
2222
// Fast version for tick-precise.
2323

2424
ssf_issue_scroll(context, SSF_SCROLL_RIGHT, 4);

0 commit comments

Comments
 (0)