mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-14 16:30:43 -05:00
Properly flag unreleased mons
This commit is contained in:
parent
d59dd83045
commit
87f4f55ecf
|
|
@ -4304,6 +4304,7 @@ exports.BattleFormatsData = {
|
|||
tier: "NFE"
|
||||
},
|
||||
floetteeternalflower: {
|
||||
isUnreleased: true,
|
||||
tier: "Unreleased"
|
||||
},
|
||||
florges: {
|
||||
|
|
@ -4541,12 +4542,15 @@ exports.BattleFormatsData = {
|
|||
tier: "Limbo C"
|
||||
},
|
||||
diancie: {
|
||||
isUnreleased: true,
|
||||
tier: "Unreleased"
|
||||
},
|
||||
hoopa: {
|
||||
isUnreleased: true,
|
||||
tier: "Unreleased"
|
||||
},
|
||||
volcanion: {
|
||||
isUnreleased: true,
|
||||
tier: "Unreleased"
|
||||
},
|
||||
missingno: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user