Skip to content

Commit 9155ce4

Browse files
authored
don't heal at mesagoza pokecenter (#509)
1 parent 90bcd14 commit 9155ce4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,9 @@ void checkpoint_12(
122122
realign_player(info, env.console, context, PlayerRealignMode::REALIGN_NEW_MARKER, 30, 0, 50);
123123
walk_forward_while_clear_front_path(info, env.console, context, 1000);
124124

125-
heal_at_pokecenter(info, env.console, context);
125+
fly_to_overlapping_flypoint(info, env.console, context);
126+
127+
// heal_at_pokecenter(info, env.console, context);
126128

127129
}
128130
);

0 commit comments

Comments
 (0)