mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-27 04:04:17 +01:00
comment out placeholders
This commit is contained in:
parent
d0a2be9630
commit
cb1c6ffbd2
@ -3910,11 +3910,10 @@ u8 TryWeatherFormChange(u8 battler)
|
||||
switch (gBattleMons[battler].species)
|
||||
{
|
||||
case SPECIES_CASTFORM:
|
||||
#ifdef POKEMON_EXPANSION
|
||||
/* Placeholder
|
||||
case SPECIES_CASTFORM_RAINY:
|
||||
case SPECIES_CASTFORM_SNOWY:
|
||||
case SPECIES_CASTFORM_SUNNY:
|
||||
#endif
|
||||
case SPECIES_CASTFORM_SUNNY:*/
|
||||
#if B_WEATHER_FORMS >= GEN_5
|
||||
if (gBattleMons[battler].hp == 0)
|
||||
{
|
||||
@ -3972,9 +3971,7 @@ u8 TryWeatherFormChange(u8 battler)
|
||||
}
|
||||
break;
|
||||
case SPECIES_CHERRIM:
|
||||
#ifdef POKEMON_EXPANSION
|
||||
case SPECIES_CHERRIM_SUNSHINE:
|
||||
#endif
|
||||
// case SPECIES_CHERRIM_SUNSHINE:
|
||||
if (gBattleMons[battler].hp == 0)
|
||||
ret = 0; // No change
|
||||
#if B_WEATHER_FORMS >= GEN_5
|
||||
|
Loading…
Reference in New Issue
Block a user