From ae4a6ebf306a3f14d8e7317e572324f44859973d Mon Sep 17 00:00:00 2001 From: jw098 Date: Thu, 14 Nov 2024 21:24:12 -0800 Subject: [PATCH] don't heal at mesagoza pokecenter --- .../Programs/AutoStory/PokemonSV_AutoStory_Segment_07.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SerialPrograms/Source/PokemonSV/Programs/AutoStory/PokemonSV_AutoStory_Segment_07.cpp b/SerialPrograms/Source/PokemonSV/Programs/AutoStory/PokemonSV_AutoStory_Segment_07.cpp index 248df8785..1f338783b 100644 --- a/SerialPrograms/Source/PokemonSV/Programs/AutoStory/PokemonSV_AutoStory_Segment_07.cpp +++ b/SerialPrograms/Source/PokemonSV/Programs/AutoStory/PokemonSV_AutoStory_Segment_07.cpp @@ -122,7 +122,9 @@ void checkpoint_12( realign_player(info, env.console, context, PlayerRealignMode::REALIGN_NEW_MARKER, 30, 0, 50); walk_forward_while_clear_front_path(info, env.console, context, 1000); - heal_at_pokecenter(info, env.console, context); + fly_to_overlapping_flypoint(info, env.console, context); + + // heal_at_pokecenter(info, env.console, context); } );