Skip to content

Commit c103488

Browse files
committed
minor
1 parent 8d3fa35 commit c103488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/PokemonSV/Programs/AutoStory/PokemonSV_AutoStory_Segment_08.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ void checkpoint_14(
151151
// realign going straight
152152
realign_player(env.program_info(), env.console, context, PlayerRealignMode::REALIGN_NEW_MARKER, 128, 0, 100);
153153
// walk forward until hit dialog at top of stairs
154-
walk_forward_until_dialog( env.program_info(), env.console, context, NavigationMovementMode::DIRECTIONAL_ONLY, 60);
154+
walk_forward_until_dialog(env.program_info(), env.console, context, NavigationMovementMode::DIRECTIONAL_ONLY, 60);
155155
// clear dialog until battle. with prompt, battle
156156
env.console.log("clear_dialog: Talk with Team Star at the top of the stairs. Stop when detect battle.");
157157
clear_dialog(env.console, context, ClearDialogMode::STOP_BATTLE, 60, {CallbackEnum::PROMPT_DIALOG, CallbackEnum::BATTLE, CallbackEnum::DIALOG_ARROW});

0 commit comments

Comments
 (0)