Skip to content

Commit 6d211f2

Browse files
committed
Try fix stability for SwSh egg programs on SBB.
1 parent 9b5e413 commit 6d211f2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

SerialPrograms/Source/PokemonSwSh/Commands/PokemonSwSh_Commands_EggRoutines.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ void eggfetcher_loop(ProControllerContext& context){
2020
ssf_press_button(context, BUTTON_A, 170);
2121
ssf_press_button(context, BUTTON_A, 170);
2222
ssf_press_left_joystick(context, STICK_MIN, STICK_CENTER, 50, 390);
23-
ssf_mash1_button(context, BUTTON_B, 390);
23+
ssf_mash1_button(context, BUTTON_B, 90);
24+
ssf_do_nothing(context, 300);
2425

2526
ssf_press_left_joystick(context, 192, STICK_MIN, 120, 120);
2627
ssf_press_left_joystick(context, STICK_MAX, STICK_MIN, 120, 120);
@@ -61,7 +62,8 @@ void travel_back_to_lady(ProControllerContext& context){
6162
ssf_press_left_joystick(context, STICK_CENTER, STICK_MAX, 30, 30);
6263
ssf_press_left_joystick(context, STICK_MAX, 144, 260, 260);
6364
ssf_press_left_joystick(context, STICK_MIN, STICK_CENTER, 50, 400);
64-
ssf_mash1_button(context, BUTTON_B, 400);
65+
ssf_mash1_button(context, BUTTON_B, 100);
66+
ssf_do_nothing(context, 300);
6567
ssf_press_left_joystick(context, 192, STICK_MIN, 120, 120);
6668
ssf_press_left_joystick(context, STICK_MAX, STICK_MIN, 120, 120);
6769
}

0 commit comments

Comments
 (0)