From 3b87958caff5000f78f75bded1ec9408f523a5f0 Mon Sep 17 00:00:00 2001 From: professorleondias <57677889+professorleondias@users.noreply.github.com> Date: Wed, 10 Jun 2020 23:41:44 -0400 Subject: [PATCH] Update Learnsets.c --- src/Learnsets.c | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/Learnsets.c b/src/Learnsets.c index 164e419..fbd65cf 100644 --- a/src/Learnsets.c +++ b/src/Learnsets.c @@ -18476,6 +18476,14 @@ static const struct LevelUpMove sUrshifuLevelUpLearnset[] = { static const struct LevelUpMove sCalyrexLevelUpLearnset[] = { LEVEL_UP_END +}; + +static const struct LevelUpMove sRegielekiLevelUpLearnset[] = { + LEVEL_UP_END +}; + +static const struct LevelUpMove sRegidragoLevelUpLearnset[] = { + LEVEL_UP_END }; */ static const struct LevelUpMove sToxtricityLowKeyLevelUpLearnset[] = { @@ -20026,7 +20034,9 @@ const struct LevelUpMove* const gLevelUpLearnsets[NUM_SPECIES] = /* [SPECIES_ZARUDE] = sZarudeLevelUpLearnset, [SPECIES_KUBFU] = sKubfuLevelUpLearnset, [SPECIES_URSHIFU_SINGLE] = sUrshifuLevelUpLearnset, - [SPECIES_CALYREX] = sCalyrexLevelUpLearnset, */ + [SPECIES_CALYREX] = sCalyrexLevelUpLearnset, + [SPECIES_REGIELEKI] = sRegielekiLevelUpLearnset, + [SPECIES_REGIDRAGO] = sRegidragoLevelUpLearnset,*/ [SPECIES_CRAMORANT_GULPING] = sCramorantLevelUpLearnset, [SPECIES_CRAMORANT_GORGING] = sCramorantLevelUpLearnset, [SPECIES_TOXTRICITY_LOW_KEY] = sToxtricityLowKeyLevelUpLearnset,