Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Mysticial committed Sep 29, 2024
1 parent 2c6c222 commit acbd3da
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const EnumDatabase<PrebuiltOptions>& PrebuiltOptions_Database(){
{PrebuiltOptions::BALL_BONUS, "ball-bonus", "Ball Bonus"},

// ordered by category
{PrebuiltOptions::ABILITY_PATCH, "ability-patch", "Ability patch"},
{PrebuiltOptions::ABILITY_PATCH, "ability-patch", "Ability Patch"},
{PrebuiltOptions::EXP_CANDY, "exp-candy-xl", "Exp Candy"},
{PrebuiltOptions::PP_MAX, "pp-max", "PP Max"},

Expand Down Expand Up @@ -72,7 +72,7 @@ const EnumDatabase<PrebuiltOptions>& PrebuiltOptions_AutoMode_Database(){
static const EnumDatabase<PrebuiltOptions> database({

// ordered by category
{PrebuiltOptions::ABILITY_PATCH, "ability-patch", "Ability patch"},
{PrebuiltOptions::ABILITY_PATCH, "ability-patch", "Ability Patch"},
{PrebuiltOptions::EXP_CANDY, "exp-candy-xl", "Exp Candy"},
{PrebuiltOptions::PP_MAX, "pp-max", "PP Max"},

Expand Down

0 comments on commit acbd3da

Please sign in to comment.