@@ -465,9 +465,9 @@ void hunt_terrakion(
465465
466466 // Roll and roll back on Terrakion's roof to respawn
467467 detect_interactable (env.console , context);
468- pbf_press_button (context, BUTTON_Y, 100ms, 900ms );
468+ pbf_press_button (context, BUTTON_Y, 100ms, 1000ms );
469469 pbf_move_left_joystick (context, {0 , -1 }, 80ms, 160ms);
470- pbf_press_button (context, BUTTON_Y, 100ms, 900ms );
470+ pbf_press_button (context, BUTTON_Y, 100ms, 1000ms );
471471
472472 context.wait_for_all_requests ();
473473
@@ -495,20 +495,21 @@ void hunt_terrakion(
495495 env.log (" Move to check Terrakion." );
496496 env.add_overlay_log (" To Check Terrakion" );
497497
498- pbf_press_button (context, BUTTON_Y, 100ms, 900ms);
499- context.wait_for_all_requests ();
498+ ssf_press_left_joystick (context, {-0.15 , +0.5 }, 0ms, 500ms, 0ms);
499+ pbf_press_button (context, BUTTON_Y, 100ms, 1000ms);
500+ pbf_press_button (context, BUTTON_Y, 100ms, 1000ms);
500501 stats.spawns ++;
501502 env.update_stats ();
502503
503- pbf_press_button (context, BUTTON_Y, 100ms, 900ms );
504- pbf_move_left_joystick (context, {- 1 , 1 }, 80ms, 160ms );
505- pbf_press_button (context, BUTTON_Y, 100ms, 900ms );
506- pbf_move_left_joystick (context, { 0 , 1 }, 80ms, 500ms);
507- pbf_press_button (context, BUTTON_Y, 100ms, 900ms );
508- pbf_move_left_joystick (context, { 1 , 1 }, 80ms, 160ms );
509- pbf_press_button (context, BUTTON_Y, 100ms, 900ms );
510- pbf_press_button (context, BUTTON_Y, 100ms, 900ms );
511- pbf_press_button (context, BUTTON_Y, 100ms, 900ms );
504+ ssf_press_left_joystick (context, { 0 , + 0.5 }, 0ms, 500ms, 0ms );
505+ pbf_press_button (context, BUTTON_Y, 100ms, 1000ms );
506+ pbf_press_button (context, BUTTON_Y, 100ms, 1000ms );
507+
508+ ssf_press_left_joystick (context, {+ 0.45 , + 0.5 }, 0ms, 500ms, 0ms );
509+ pbf_press_button (context, BUTTON_Y, 100ms, 1000ms );
510+ pbf_press_button (context, BUTTON_Y, 100ms, 1000ms );
511+ pbf_press_button (context, BUTTON_Y, 100ms, 1000ms );
512+ pbf_press_button (context, BUTTON_Y, 100ms, 1000ms );
512513
513514 context.wait_for_all_requests ();
514515}
0 commit comments