[QoL] Update `Normal` -> `Not Shiny`. Remove no pokerus option (#3402)
This commit is contained in:
parent
0ef329e8eb
commit
c186d53f3e
|
@ -8,7 +8,7 @@ export const filterBar: SimpleTranslationEntries = {
|
|||
"miscFilter": "Misc",
|
||||
"sortFilter": "Sort",
|
||||
"all": "All",
|
||||
"normal": "Normal",
|
||||
"normal": "Not Shiny",
|
||||
"uncaught": "Uncaught",
|
||||
"passive": "Passive",
|
||||
"passiveUnlocked": "Passive Unlocked",
|
||||
|
|
|
@ -467,7 +467,6 @@ export default class StarterSelectUiHandler extends MessageUiHandler {
|
|||
const pokerusLabels = [
|
||||
new DropDownLabel(i18next.t("filterBar:pokerus"), undefined, DropDownState.OFF),
|
||||
new DropDownLabel(i18next.t("filterBar:hasPokerus"), undefined, DropDownState.ON),
|
||||
new DropDownLabel(i18next.t("filterBar:noPokerus"), undefined, DropDownState.EXCLUDE),
|
||||
];
|
||||
const miscOptions = [
|
||||
new DropDownOption(this.scene, "WIN", winLabels),
|
||||
|
|
Loading…
Reference in New Issue