mirror of
https://github.com/Skeli789/Dynamic-Pokemon-Expansion.git
synced 2026-09-08 01:55:38 -05:00
Fix Ice Cream Movesets
This commit is contained in:
@@ -11723,7 +11723,7 @@ static const struct LevelUpMove sSwannaLevelUpLearnset[] = {
|
||||
static const struct LevelUpMove sVanilliteLevelUpLearnset[] = {
|
||||
LEVEL_UP_MOVE( 1, MOVE_ASTONISH),
|
||||
LEVEL_UP_MOVE( 4, MOVE_HARDEN),
|
||||
LEVEL_UP_MOVE( 7, MOVE_UPROAR),
|
||||
LEVEL_UP_MOVE(10, MOVE_UPROAR),
|
||||
LEVEL_UP_MOVE(11, MOVE_ICICLESPEAR),
|
||||
LEVEL_UP_MOVE(13, MOVE_ICYWIND),
|
||||
LEVEL_UP_MOVE(16, MOVE_MIST),
|
||||
@@ -11745,7 +11745,7 @@ static const struct LevelUpMove sVanillishLevelUpLearnset[] = {
|
||||
LEVEL_UP_MOVE( 1, MOVE_UPROAR),
|
||||
LEVEL_UP_MOVE( 1, MOVE_ICICLESPEAR),
|
||||
LEVEL_UP_MOVE( 4, MOVE_HARDEN),
|
||||
LEVEL_UP_MOVE( 7, MOVE_UPROAR),
|
||||
LEVEL_UP_MOVE(10, MOVE_UPROAR),
|
||||
LEVEL_UP_MOVE(11, MOVE_ICICLESPEAR),
|
||||
LEVEL_UP_MOVE(13, MOVE_ICYWIND),
|
||||
LEVEL_UP_MOVE(16, MOVE_MIST),
|
||||
@@ -11770,7 +11770,7 @@ static const struct LevelUpMove sVanilluxeLevelUpLearnset[] = {
|
||||
LEVEL_UP_MOVE( 1, MOVE_UPROAR),
|
||||
LEVEL_UP_MOVE( 1, MOVE_ICICLESPEAR),
|
||||
LEVEL_UP_MOVE( 4, MOVE_HARDEN),
|
||||
LEVEL_UP_MOVE( 7, MOVE_UPROAR),
|
||||
LEVEL_UP_MOVE(10, MOVE_UPROAR),
|
||||
LEVEL_UP_MOVE(11, MOVE_ICICLESPEAR),
|
||||
LEVEL_UP_MOVE(13, MOVE_ICYWIND),
|
||||
LEVEL_UP_MOVE(16, MOVE_MIST),
|
||||
|
||||
Reference in New Issue
Block a user