Skip to content

Commit 95b00ea

Browse files
committed
Fix Palafin detection.
1 parent f90f9e7 commit 95b00ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SerialPrograms/Source/CommonFramework/Globals.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace PokemonAutomation{
2525
const bool IS_BETA_VERSION = true;
2626
const int PROGRAM_VERSION_MAJOR = 0;
2727
const int PROGRAM_VERSION_MINOR = 51;
28-
const int PROGRAM_VERSION_PATCH = 8;
28+
const int PROGRAM_VERSION_PATCH = 9;
2929

3030
const std::string PROGRAM_VERSION_BASE =
3131
"v" + std::to_string(PROGRAM_VERSION_MAJOR) +

SerialPrograms/Source/PokemonSV/Options/PokemonSV_TeraRollFilter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ bool TeraRollFilter::check_herba(const std::set<std::string>& pokemon_slugs) con
194194
}
195195

196196
static const std::set<std::string> fivestar{
197-
"gengar", "glalie", "amoonguss", "dondozo", "palafin", "finizen", "blissey", "eelektross", "drifblim", "cetitan",
197+
"gengar", "glalie", "amoonguss", "dondozo", "palafin-zero", "finizen", "blissey", "eelektross", "drifblim", "cetitan",
198198
"snorlax", "dusknoir", "mandibuzz", "basculegion"
199199
};
200200
static const std::set<std::string> sixstar{

0 commit comments

Comments
 (0)