Skip to content

Commit 234fb1a

Browse files
committed
Fix MC programs.
1 parent d9126b4 commit 234fb1a

File tree

12 files changed

+5
-13
lines changed

12 files changed

+5
-13
lines changed

Common/SerialPABotBase/SerialPABotBase_Messages_AVR8.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#ifndef PokemonAutomation_SerialPABotBase_Messages_AVR8_H
88
#define PokemonAutomation_SerialPABotBase_Messages_AVR8_H
99

10-
#include "Common/SerialPABotBase/SerialPABotBase_Protocol.h"
10+
#include "SerialPABotBase_Protocol.h"
1111

1212
#if _WIN32
1313
#pragma pack(push, 1)

NativePrograms/NintendoSwitch/Libraries/NintendoSwitch_Device.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//#ifdef __AVR__
1111
//#include "NativePrograms/NintendoSwitch/Framework/Master.h"
1212
//#endif
13-
#include "Common/Microcontroller/MessageProtocol.h"
13+
#include "Common/SerialPABotBase/SerialPABotBase_Protocol.h"
1414
#include "Common/NintendoSwitch/NintendoSwitch_ControllerDefs.h"
1515

1616

NativePrograms/NintendoSwitch/Libraries/NintendoSwitch_PushButtons.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
//#ifdef __AVR__
1111
//#include "NativePrograms/NintendoSwitch/Framework/Master.h"
1212
//#endif
13-
#include "Common/Microcontroller/MessageProtocol.h"
13+
#include "Common/SerialPABotBase/SerialPABotBase_Protocol.h"
1414
#include "Common/NintendoSwitch/NintendoSwitch_ControllerDefs.h"
15-
#include "Common/NintendoSwitch/NintendoSwitch_Protocol_PushButtons.h"
1615

1716

1817

NativePrograms/NintendoSwitch/Programs/CustomProgram_Core.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
// Thus to add a new program, you must edit all of the above.
2323
//
2424

25-
#include "Common/PokemonSwSh/PokemonProgramIDs.h"
2625
#include "NativePrograms/DeviceFramework/DeviceSettings.h"
2726
#include "NativePrograms/NintendoSwitch/Libraries/FrameworkSettings.h"
2827
#include "NativePrograms/NintendoSwitch/Libraries/NintendoSwitch_Device.h"

NativePrograms/PokemonSV/Programs/EggCombined_Core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "Common/PokemonSwSh/PokemonProgramIDs.h"
1+
22
#include "NativePrograms/DeviceFramework/DeviceSettings.h"
33
#include "NativePrograms/NintendoSwitch/Libraries/FrameworkSettings.h"
44
#include "NativePrograms/NintendoSwitch/Libraries/NintendoSwitch_Device.h"

NativePrograms/PokemonSV/Programs/EggFetcher_Core.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// EGG FETCHER SCVI
22

3-
#include "Common/PokemonSwSh/PokemonProgramIDs.h"
43
#include "NativePrograms/DeviceFramework/DeviceSettings.h"
54
#include "NativePrograms/NintendoSwitch/Libraries/FrameworkSettings.h"
65
#include "NativePrograms/NintendoSwitch/Libraries/NintendoSwitch_Device.h"

NativePrograms/PokemonSV/Programs/EggHatcher_Core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "Common/PokemonSwSh/PokemonProgramIDs.h"
1+
22
#include "NativePrograms/DeviceFramework/DeviceSettings.h"
33
#include "NativePrograms/NintendoSwitch/Libraries/FrameworkSettings.h"
44
#include "NativePrograms/NintendoSwitch/Libraries/NintendoSwitch_Device.h"

NativePrograms/PokemonSV/Programs/ItemDupe_Core.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
// Arduino UNO R3 - STABLE
2121
// Pro Micro - STABLE
2222

23-
#include "Common/PokemonSwSh/PokemonProgramIDs.h"
2423
#include "NativePrograms/DeviceFramework/DeviceSettings.h"
2524
#include "NativePrograms/NintendoSwitch/Libraries/FrameworkSettings.h"
2625
#include "NativePrograms/NintendoSwitch/Libraries/NintendoSwitch_Device.h"

NativePrograms/PokemonSV/Programs/MassPurchase_Core.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// MASS PURCHASE
22

3-
#include "Common/PokemonSwSh/PokemonProgramIDs.h"
43
#include "NativePrograms/DeviceFramework/DeviceSettings.h"
54
#include "NativePrograms/NintendoSwitch/Libraries/FrameworkSettings.h"
65
#include "NativePrograms/NintendoSwitch/Libraries/NintendoSwitch_Device.h"

NativePrograms/PokemonSV/Programs/MassRelease_Core.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// SCVI MASS RELEASE
22

3-
#include "Common/PokemonSwSh/PokemonProgramIDs.h"
43
#include "NativePrograms/DeviceFramework/DeviceSettings.h"
54
#include "NativePrograms/NintendoSwitch/Libraries/FrameworkSettings.h"
65
#include "NativePrograms/NintendoSwitch/Libraries/NintendoSwitch_Device.h"

0 commit comments

Comments
 (0)