Skip to content

Commit

Permalink
Marshadow to ubers
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivaD173 committed Sep 8, 2024
1 parent 4645226 commit bc59353
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
2 changes: 1 addition & 1 deletion data/mods/gen9vgcgay/formats-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4186,7 +4186,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
},
"marshadow": {
"isNonstandard": null,
"tier": "OU"
"tier": "Uber"
},
"poipole": {
"isNonstandard": "Past",
Expand Down
9 changes: 0 additions & 9 deletions data/mods/gen9vgcgay/learnsets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149368,9 +149368,6 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab
"hiddenpower": [
"9M"
],
"return": [
"9M"
],
"terablast": [
"9M"
]
Expand Down Expand Up @@ -149911,9 +149908,6 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab
"hiddenpower": [
"9M"
],
"return": [
"9M"
],
"terablast": [
"9M"
]
Expand All @@ -149928,9 +149922,6 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab
"hiddenpower": [
"9M"
],
"return": [
"9M"
],
"terablast": [
"9M"
]
Expand Down
8 changes: 4 additions & 4 deletions data/mods/gen9vgcgay/pokedex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12419,8 +12419,8 @@ export const Pokedex: import('../../../sim/dex-species').ModdedSpeciesDataTable
"hp": 100,
"atk": 75,
"def": 75,
"spa": 132,
"spd": 90,
"spa": 94,
"spd": 128,
"spe": 128
},
"abilities": {
Expand All @@ -12435,8 +12435,8 @@ export const Pokedex: import('../../../sim/dex-species').ModdedSpeciesDataTable
],
"baseStats": {
"hp": 100,
"atk": 132,
"def": 90,
"atk": 128,
"def": 94,
"spa": 75,
"spd": 75,
"spe": 128
Expand Down

0 comments on commit bc59353

Please sign in to comment.