Document the weather state functions
All weather types are now documented (including WEATHER_15)
This commit is contained in:
@@ -574,7 +574,7 @@ static void Task_EggHatchPlayBGM(u8 taskID)
|
||||
if (gTasks[taskID].data[0] == 0)
|
||||
{
|
||||
StopMapMusic();
|
||||
PlayRainSoundEffect();
|
||||
PlayRainStoppingSoundEffect();
|
||||
}
|
||||
if (gTasks[taskID].data[0] == 1)
|
||||
PlayBGM(MUS_ME_SHINKA);
|
||||
|
||||
Reference in New Issue
Block a user