More updating event macro comments
This commit is contained in:
@@ -33,7 +33,7 @@ void DoMossdeepGymWarp(void);
|
||||
void DoPortholeWarp(void);
|
||||
void DoCableClubWarp(void);
|
||||
void DoContestHallWarp(void);
|
||||
void AnimateFlash(u8 flashLevel);
|
||||
void AnimateFlash(u8 newFlashLevel);
|
||||
void WriteBattlePyramidViewScanlineEffectBuffer(void);
|
||||
void DoSpinEnterWarp(void);
|
||||
void DoSpinExitWarp(void);
|
||||
|
||||
@@ -221,9 +221,9 @@ void Bubbles_Main(void);
|
||||
void Bubbles_InitAll(void);
|
||||
bool8 Bubbles_Finish(void);
|
||||
|
||||
u8 GetSav1Weather(void);
|
||||
void SetSav1Weather(u32 weather);
|
||||
void SetSav1WeatherFromCurrMapHeader(void);
|
||||
u8 GetSavedWeather(void);
|
||||
void SetSavedWeather(u32 weather);
|
||||
void SetSavedWeatherFromCurrMapHeader(void);
|
||||
void SetWeather(u32 weather);
|
||||
void DoCurrentWeather(void);
|
||||
void UpdateWeatherPerDay(u16 increment);
|
||||
|
||||
Reference in New Issue
Block a user