Skip to content

Commit

Permalink
Increase walk-forward duration to improve reliability.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mysticial committed Sep 19, 2023
1 parent 7280901 commit a4b2783
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#ifndef PokemonAutomation_PokemonSwSh_SandwichMaker_H
#define PokemonAutomation_PokemonSwSh_SandwichMaker_H

#include "Common/Cpp/Options/SimpleIntegerOption.h"
#include "NintendoSwitch/NintendoSwitch_SingleSwitchProgram.h"
#include "NintendoSwitch/Options/NintendoSwitch_GoHomeWhenDoneOption.h"
#include "CommonFramework/Notifications/EventNotificationsTable.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@
#ifndef PokemonAutomation_PokemonSV_SandwichRoutines_H
#define PokemonAutomation_PokemonSV_SandwichRoutines_H

#include <cstddef>
#include "CommonFramework/ImageTools/ImageBoxes.h"
#include "CommonFramework/Language.h"
#include "NintendoSwitch/NintendoSwitch_SingleSwitchProgram.h"
#include "PokemonSV/Inference/Picnics/PokemonSV_SandwichHandDetector.h"
#include "PokemonSV/Options/PokemonSV_SandwichMakerOption.h"
#include <cstddef>

namespace PokemonAutomation{

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ void ShinyHuntAreaZeroPlatform::run_state(SingleSwitchProgramEnvironment& env, B

// Open picnic and make sandwich
picnic_at_zero_gate(info, console, context);
pbf_move_left_joystick(context, 128, 0, 30, 40);
pbf_move_left_joystick(context, 128, 0, 70, 0);
enter_sandwich_recipe_list(info, console, context);

run_sandwich_maker(env, context, SANDWICH_OPTIONS);
Expand Down

0 comments on commit a4b2783

Please sign in to comment.