Review changes 4
This commit is contained in:
parent
d3a5921122
commit
3981720343
1 changed files with 1 additions and 1 deletions
|
@ -26873,7 +26873,7 @@ const struct BaseStats gBaseStats[] =
|
||||||
.abilities = {ABILITY_ROCK_HEAD, ABILITY_ADAPTABILITY},
|
.abilities = {ABILITY_ROCK_HEAD, ABILITY_ADAPTABILITY},
|
||||||
.abilityHidden = ABILITY_MOLD_BREAKER,
|
.abilityHidden = ABILITY_MOLD_BREAKER,
|
||||||
#else
|
#else
|
||||||
.abilities = {ABILITY_NONE, ABILITY_NONE},
|
.abilities = {ABILITY_ROCK_HEAD, ABILITY_NONE},
|
||||||
#endif
|
#endif
|
||||||
.bodyColor = BODY_COLOR_GREEN,
|
.bodyColor = BODY_COLOR_GREEN,
|
||||||
.noFlip = FALSE,
|
.noFlip = FALSE,
|
||||||
|
|
Loading…
Reference in a new issue