mirror of https://github.com/pret/pokeemerald.git
Updated How to add a new ability (markdown)
parent
3b3de80648
commit
a57753e50c
|
@ -160,7 +160,8 @@ static void Cmd_weatherdamage(void)
|
|||
|
||||
static void Cmd_sethail(void)
|
||||
{
|
||||
if (gBattleWeather & WEATHER_HAIL_ANY)
|
||||
- if (gBattleWeather & WEATHER_HAIL)
|
||||
+ if (gBattleWeather & WEATHER_HAIL_ANY)
|
||||
{
|
||||
gMoveResultFlags |= MOVE_RESULT_MISSED;
|
||||
gBattleCommunication[MULTISTRING_CHOOSER] = 2;
|
||||
|
|
Loading…
Reference in New Issue