Continue documenting generic arguments
This commit is contained in:
+3
-3
@@ -863,10 +863,10 @@ void LoadCustomWeatherSpritePalette(const u16 *palette)
|
||||
UpdateSpritePaletteWithWeather(gWeatherPtr->weatherPicSpritePalIndex);
|
||||
}
|
||||
|
||||
static void LoadDroughtWeatherPalette(u8 *gammaIndexPtr, u8 *a1)
|
||||
static void LoadDroughtWeatherPalette(u8 *palsIndex, u8 *palsOffset)
|
||||
{
|
||||
*gammaIndexPtr = 0x20;
|
||||
*a1 = 0x20;
|
||||
*palsIndex = 0x20;
|
||||
*palsOffset = 0x20;
|
||||
}
|
||||
|
||||
void ResetDroughtWeatherPaletteLoading(void)
|
||||
|
||||
Reference in New Issue
Block a user