From a0fc6be3dd53c5f938b0d844886c100c81656f54 Mon Sep 17 00:00:00 2001 From: Frank DeBlasio <35279583+fdeblasio@users.noreply.github.com> Date: Mon, 11 Dec 2023 15:01:32 -0500 Subject: [PATCH] Removed redundant ifdef and fixed Veluza stat spacing (#3698) --- src/data/pokemon/level_up_learnsets.h | 2 -- src/data/pokemon/species_info.h | 10 +++++----- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/data/pokemon/level_up_learnsets.h b/src/data/pokemon/level_up_learnsets.h index 4d2f0bb2bf..3325cb2b8a 100644 --- a/src/data/pokemon/level_up_learnsets.h +++ b/src/data/pokemon/level_up_learnsets.h @@ -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), diff --git a/src/data/pokemon/species_info.h b/src/data/pokemon/species_info.h index 6f36f2ce83..3f97113178 100644 --- a/src/data/pokemon/species_info.h +++ b/src/data/pokemon/species_info.h @@ -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,