Skip to content

Commit 0fd829b

Browse files
author
Gin
committed
m
1 parent 136b1aa commit 0fd829b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

SerialPrograms/Source/PokemonLZA/Programs/PokemonLZA_BasicNavigation.cpp

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -330,12 +330,7 @@ void sit_on_bench(ConsoleHandle& console, ProControllerContext& context){
330330
console, context,
331331
[](ProControllerContext& context){
332332
// mash A to start day/night change and into the transition animation
333-
pbf_mash_button(context, BUTTON_A, 26000ms);
334-
// for (int c = 0; c < 3; c++){
335-
// pbf_move_left_joystick(context, 128, 255, 1000ms, 0ms);
336-
// pbf_mash_button(context, BUTTON_B, 1000ms);
337-
// pbf_mash_button(context, BUTTON_A, 5000ms);
338-
// }
333+
pbf_mash_button(context, BUTTON_A, 26s);
339334
},
340335
{black_screen}
341336
);

0 commit comments

Comments
 (0)