redundant changelog change

This commit is contained in:
AlexOn1ine 2024-12-19 21:43:28 +01:00
parent eb4427db94
commit b7412bcd7c

View file

@ -361,7 +361,7 @@
* `setrain` -> `setfieldweather ENUM_WEATHER_RAIN`.
* `setsandstorm` -> `setfieldweather ENUM_WEATHER_SANDSTORM`.
* `setsunny` -> `setfieldweather ENUM_WEATHER_SUN`.
* `sethail` -> `setfieldweather BATTLE_WEATHER_HAIL`.
* `sethail` -> `setfieldweather ENUM_WEATHER_HAIL`.
* `setsnow` -> `setfieldweather ENUM_WEATHER_SNOW`.
* #### Replaced HP checks with `IsBattlerAlive` by @ghoulslash in https://github.com/rh-hideout/pokeemerald-expansion/pull/4429
* #### Removed redundant `MOVE_EFFECT_SP_ATK_TWO_DOWN` by @Sneed69 in https://github.com/rh-hideout/pokeemerald-expansion/pull/4557