@@ -211,10 +211,11 @@ void checkpoint_18(
211211 pbf_mash_button (context, BUTTON_A, 6 * TICKS_PER_SECOND);
212212
213213 env.console .log (" Talk to Clavell in his office, and the professor." );
214- clear_dialog (env.console , context, ClearDialogMode::STOP_TIMEOUT, 25 ,
215- {CallbackEnum::PROMPT_DIALOG}); // max time between dialog: 17s. set timeout to 25 seconds for buffer.
216- // mash A to get through the Random A press that you need. when the professor shows you area zero.
217- pbf_mash_button (context, BUTTON_A, 3 * TICKS_PER_SECOND);
214+ // clear_dialog(env.console, context, ClearDialogMode::STOP_TIMEOUT, 25,
215+ // {CallbackEnum::PROMPT_DIALOG}); // max time between dialog: 17s. set timeout to 25 seconds for buffer.
216+ // // mash A to get through the Random A press that you need. when the professor shows you area zero.
217+ // pbf_mash_button(context, BUTTON_A, 3 * TICKS_PER_SECOND);
218+
218219 clear_dialog (env.console , context, ClearDialogMode::STOP_OVERWORLD, 60 ,
219220 {CallbackEnum::OVERWORLD, CallbackEnum::PROMPT_DIALOG});
220221
@@ -279,11 +280,14 @@ void checkpoint_20(
279280 walk_forward_until_dialog (env.program_info (), env.console , context, NavigationMovementMode::DIRECTIONAL_ONLY, 60 , 128 , 0 );
280281
281282 env.console .log (" Talk to Nemona, Arven, Cassiopeia." );
282- clear_dialog (env.console , context, ClearDialogMode::STOP_TIMEOUT, 16 ,
283- {CallbackEnum::PROMPT_DIALOG, CallbackEnum::BLACK_DIALOG_BOX}); // max time between dialog: 11
283+ // clear_dialog(env.console, context, ClearDialogMode::STOP_TIMEOUT, 16,
284+ // {CallbackEnum::PROMPT_DIALOG, CallbackEnum::BLACK_DIALOG_BOX}); // max time between dialog: 11
284285
285- // mash A to get through the Random A press that you need. when the Nemona shows you a Poke Gym.
286- pbf_mash_button (context, BUTTON_A, 250 );
286+ // // mash A to get through the Random A press that you need. when the Nemona shows you a Poke Gym.
287+ // pbf_mash_button(context, BUTTON_A, 250);
288+
289+ clear_dialog (env.console , context, ClearDialogMode::STOP_TUTORIAL, 20 ,
290+ {CallbackEnum::TUTORIAL, CallbackEnum::PROMPT_DIALOG, CallbackEnum::BLACK_DIALOG_BOX});
287291
288292 clear_dialog (env.console , context, ClearDialogMode::STOP_TIMEOUT, 10 ,
289293 {CallbackEnum::TUTORIAL}); // max time between dialog: 3
0 commit comments