Skip to content

Commit

Permalink
Fix Seismitoad stats
Browse files Browse the repository at this point in the history
  • Loading branch information
BuffelSaft committed Sep 22, 2021
1 parent da3d6b8 commit 348e986
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/data/pokemon/base_stats.h
Original file line number Diff line number Diff line change
Expand Up @@ -14494,11 +14494,11 @@ const struct BaseStats gBaseStats[] =
.baseSpeed = 74,
.baseSpDefense = 75,
#ifdef REBALANCED_VERSION
.baseAttack = 95,
.baseSpAttack = 85,
#else
.baseAttack = 105,
.baseSpAttack = 95,
#else
.baseAttack = 95,
.baseSpAttack = 85,
#endif
.type1 = TYPE_WATER,
.type2 = TYPE_GROUND,
Expand Down

0 comments on commit 348e986

Please sign in to comment.