|
11 | 11 | #include "NintendoSwitch/Commands/NintendoSwitch_Commands_Superscalar.h" |
12 | 12 | #include "NintendoSwitch/Programs/DateSpam/NintendoSwitch_HomeToDateTime.h" |
13 | 13 | #include "NintendoSwitch/Programs/DateSpam/NintendoSwitch_RollDateForward1.h" |
14 | | -#include "NintendoSwitch/Programs/DateSpam/NintendoSwitch_RollDateBackwardN.h" |
15 | | -#include "NintendoSwitch/NintendoSwitch_Settings.h" |
16 | 14 | #include "NintendoSwitch/Programs/NintendoSwitch_GameEntry.h" |
17 | 15 | #include "Pokemon/Pokemon_Strings.h" |
18 | 16 | #include "PokemonSwSh/PokemonSwSh_Settings.h" |
19 | 17 | #include "PokemonSwSh/Commands/PokemonSwSh_Commands_DateSpam.h" |
20 | | -#include "PokemonSwSh_DateSpam-WattFarmer.h" |
21 | | -#include "PokemonSwSh/Programs/Hosting/PokemonSwSh_DenTools.h" |
22 | | -#include "PokemonSwSh/Programs/Hosting/PokemonSwSh_DenRoller.h" |
23 | | -#include "PokemonSwSh/Programs/PokemonSwSh_GameEntry.h" |
24 | 18 | #include "PokemonSwSh/Options/PokemonSwSh_Catchability.h" |
| 19 | +#include "PokemonSwSh/Programs/Hosting/PokemonSwSh_DenTools.h" |
| 20 | +#include "PokemonSwSh_DateSpam-WattFarmer.h" |
25 | 21 |
|
26 | 22 | namespace PokemonAutomation{ |
27 | 23 | namespace NintendoSwitch{ |
@@ -99,7 +95,7 @@ void WattFarmer::program(SingleSwitchProgramEnvironment& env, ProControllerConte |
99 | 95 | uint8_t year = MAX_YEAR; |
100 | 96 | uint16_t save_count = 0; |
101 | 97 |
|
102 | | - if (!HAVE_NSO) { |
| 98 | + if (!HAVE_NSO){ |
103 | 99 | // First subdivide the number of skips into batches of 60 because the roll_den function only goes up to 60 |
104 | 100 |
|
105 | 101 | for (uint32_t c = 0; c < SKIPS; c++){ |
@@ -135,7 +131,7 @@ void WattFarmer::program(SingleSwitchProgramEnvironment& env, ProControllerConte |
135 | 131 | ssf_mash_AZs(context, GameSettings::instance().COLLECT_WATTS_OFFLINE_DELAY0); |
136 | 132 | ssf_mash1_button(context, BUTTON_B, 960ms); |
137 | 133 |
|
138 | | - } else { |
| 134 | + }else{ |
139 | 135 | for (uint32_t c = 0; c < SKIPS; c++){ |
140 | 136 | env.log("Fetch Attempts: " + tostr_u_commas(c)); |
141 | 137 |
|
|
0 commit comments