Skip to content

Commit ae593b0

Browse files
committed
Cleanup
1 parent 33449fb commit ae593b0

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

SerialPrograms/Source/PokemonSwSh/Programs/DateSpamFarmers/PokemonSwSh_DateSpam-WattFarmer.cpp

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,13 @@
1111
#include "NintendoSwitch/Commands/NintendoSwitch_Commands_Superscalar.h"
1212
#include "NintendoSwitch/Programs/DateSpam/NintendoSwitch_HomeToDateTime.h"
1313
#include "NintendoSwitch/Programs/DateSpam/NintendoSwitch_RollDateForward1.h"
14-
#include "NintendoSwitch/Programs/DateSpam/NintendoSwitch_RollDateBackwardN.h"
15-
#include "NintendoSwitch/NintendoSwitch_Settings.h"
1614
#include "NintendoSwitch/Programs/NintendoSwitch_GameEntry.h"
1715
#include "Pokemon/Pokemon_Strings.h"
1816
#include "PokemonSwSh/PokemonSwSh_Settings.h"
1917
#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"
2418
#include "PokemonSwSh/Options/PokemonSwSh_Catchability.h"
19+
#include "PokemonSwSh/Programs/Hosting/PokemonSwSh_DenTools.h"
20+
#include "PokemonSwSh_DateSpam-WattFarmer.h"
2521

2622
namespace PokemonAutomation{
2723
namespace NintendoSwitch{
@@ -99,7 +95,7 @@ void WattFarmer::program(SingleSwitchProgramEnvironment& env, ProControllerConte
9995
uint8_t year = MAX_YEAR;
10096
uint16_t save_count = 0;
10197

102-
if (!HAVE_NSO) {
98+
if (!HAVE_NSO){
10399
// First subdivide the number of skips into batches of 60 because the roll_den function only goes up to 60
104100

105101
for (uint32_t c = 0; c < SKIPS; c++){
@@ -135,7 +131,7 @@ void WattFarmer::program(SingleSwitchProgramEnvironment& env, ProControllerConte
135131
ssf_mash_AZs(context, GameSettings::instance().COLLECT_WATTS_OFFLINE_DELAY0);
136132
ssf_mash1_button(context, BUTTON_B, 960ms);
137133

138-
} else {
134+
}else{
139135
for (uint32_t c = 0; c < SKIPS; c++){
140136
env.log("Fetch Attempts: " + tostr_u_commas(c));
141137

0 commit comments

Comments
 (0)