Document music usage to make it easier to search for a specific track

This commit is contained in:
Eduardo Quezada
2023-02-23 11:44:23 -03:00
parent f5aa3b8272
commit d330ca051a
4 changed files with 52 additions and 52 deletions

View File

@@ -1104,7 +1104,7 @@ u16 GetCurrLocationDefaultMusic(void)
if (gSaveBlock1Ptr->location.mapGroup == MAP_GROUP(ROUTE111)
&& gSaveBlock1Ptr->location.mapNum == MAP_NUM(ROUTE111)
&& GetSavedWeather() == WEATHER_SANDSTORM)
return MUS_ROUTE111;
return MUS_ROUTE111_DESERT;
music = GetLocationMusic(&gSaveBlock1Ptr->location);
if (music != MUS_ROUTE118)