Skip to content

Commit ccfcdf0

Browse files
committed
Increase timeout for finding the daycare man.
1 parent da10407 commit ccfcdf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/PokemonBDSP/Programs/Eggs/PokemonBDSP_EggAutonomousState.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ void EggAutonomousState::fetch_egg(){
350350
int ret = run_until<ProControllerContext>(
351351
m_stream, m_context,
352352
[](ProControllerContext& context){
353-
pbf_press_button(context, BUTTON_ZL, 20, 230);
353+
pbf_press_button(context, BUTTON_ZL, 160ms, 9840ms);
354354
},
355355
{{dialog}}
356356
);

0 commit comments

Comments
 (0)