Skip to content

Commit

Permalink
Fix Aegislash stat in Gen8
Browse files Browse the repository at this point in the history
Mentioned in issue jake-white#79
  • Loading branch information
ProfessorSidon committed Dec 18, 2019
1 parent 977c2c4 commit 072164f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script_res/pokedex.js
Original file line number Diff line number Diff line change
Expand Up @@ -13837,8 +13837,8 @@ var POKEDEX_SS = $.extend(true, {}, POKEDEX_SM, {
},
"w": 950,
},
"Aegislash": { "bs": { "def": 140, "sd": 140 } },
"Aegislash-Blade": { "bs": { "atk": 140, "sa": 140 } },
"Aegislash": { "bs": { "df": 140, "sd": 140 } },
"Aegislash-Blade": { "bs": { "at": 140, "sa": 140 } },

"Venusaur": { "formes": ["Venusaur"] },
"Charizard": { "formes": ["Charizard"] },
Expand Down

0 comments on commit 072164f

Please sign in to comment.