Removed redundant ifdef and fixed Veluza stat spacing (#3698)

This commit is contained in:
Frank DeBlasio 2023-12-11 15:01:32 -05:00 committed by GitHub
parent ed3e944870
commit a0fc6be3dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 7 deletions

View file

@ -383,9 +383,7 @@ static const struct LevelUpMove sRattataAlolanLevelUpLearnset[] = {
LEVEL_UP_MOVE(34, MOVE_ENDEAVOR),
LEVEL_UP_END
};
#endif //P_ALOLAN_FORMS
#if P_ALOLAN_FORMS
static const struct LevelUpMove sRaticateAlolanLevelUpLearnset[] = {
LEVEL_UP_MOVE( 0, MOVE_SCARY_FACE),
LEVEL_UP_MOVE( 1, MOVE_SCARY_FACE),

View file

@ -57593,12 +57593,12 @@ const struct SpeciesInfo gSpeciesInfo[] =
#if P_FAMILY_VELUZA
[SPECIES_VELUZA] =
{
.baseHP = 90,
.baseAttack = 102,
.baseHP = 90,
.baseAttack = 102,
.baseDefense = 73,
.baseSpeed = 70,
.baseSpAttack = 78,
.baseSpDefense = 65,
.baseSpeed = 70,
.baseSpAttack = 78,
.baseSpDefense = 65,
.types = { TYPE_WATER, TYPE_PSYCHIC },
.catchRate = 100,
.expYield = 167,