Skip to content

Commit 2e82b94

Browse files
committed
Add new files to qmake build. Fix naming.
1 parent a8a1f61 commit 2e82b94

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

SerialPrograms/SerialPrograms.pro

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,8 +648,12 @@ SOURCES += \
648648
Source/PokemonLA/Resources/PokemonLA_NameDatabase.cpp \
649649
Source/PokemonLA/Resources/PokemonLA_PokemonSprites.cpp \
650650
Source/PokemonLA/Resources/PokemonLA_WeatherAndTimeIcons.cpp \
651+
Source/PokemonRSE/Inference/Dialogs/PokemonRSE_DialogDetector.cpp \
652+
Source/PokemonRSE/Inference/PokemonRSE_ShinyNumberDetector.cpp \
653+
Source/PokemonRSE/Inference/Sounds/PokemonRSE_ShinySoundDetector.cpp \
651654
Source/PokemonRSE/PokemonRSE_Panels.cpp \
652655
Source/PokemonRSE/PokemonRSE_Settings.cpp \
656+
Source/PokemonRSE/Programs/TestPrograms/PokemonRSE_SoundListener.cpp \
653657
Source/PokemonSV/Inference/Battles/PokemonSV_BattleBallReader.cpp \
654658
Source/PokemonSV/Inference/Battles/PokemonSV_EncounterWatcher.cpp \
655659
Source/PokemonSV/Inference/Battles/PokemonSV_NormalBattleMenus.cpp \
@@ -1790,8 +1794,12 @@ HEADERS += \
17901794
Source/PokemonLA/Resources/PokemonLA_NameDatabase.h \
17911795
Source/PokemonLA/Resources/PokemonLA_PokemonSprites.h \
17921796
Source/PokemonLA/Resources/PokemonLA_WeatherAndTimeIcons.h \
1797+
Source/PokemonRSE/Inference/Dialogs/PokemonRSE_DialogDetector.h \
1798+
Source/PokemonRSE/Inference/PokemonRSE_ShinyNumberDetector.h \
1799+
Source/PokemonRSE/Inference/Sounds/PokemonRSE_ShinySoundDetector.h \
17931800
Source/PokemonRSE/PokemonRSE_Panels.h \
17941801
Source/PokemonRSE/PokemonRSE_Settings.h \
1802+
Source/PokemonRSE/Programs/TestPrograms/PokemonRSE_SoundListener.h \
17951803
Source/PokemonSV/Inference/Battles/PokemonSV_BattleBallReader.h \
17961804
Source/PokemonSV/Inference/Battles/PokemonSV_EncounterWatcher.h \
17971805
Source/PokemonSV/Inference/Battles/PokemonSV_NormalBattleMenus.h \

SerialPrograms/Source/PokemonRSE/PokemonRSE_Panels.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace PokemonRSE{
2121

2222

2323
PanelListFactory::PanelListFactory()
24-
: PanelListDescriptor("Pokemon Ruby and Sapphire, Pokemon Emerald")
24+
: PanelListDescriptor(Pokemon::STRING_POKEMON + " Ruby, Sapphire, and Emerald")
2525
{}
2626

2727
std::vector<PanelEntry> PanelListFactory::make_panels() const{

0 commit comments

Comments
 (0)