mirror of
https://github.com/pret/pokefirered.git
synced 2026-09-26 13:33:14 -04:00
7 lines
151 B
C
7 lines
151 B
C
#ifndef GUARD_COORD_EVENT_WEATHER_H
|
|
#define GUARD_COORD_EVENT_WEATHER_H
|
|
|
|
void DoCoordEventWeather(u8 weatherId);
|
|
|
|
#endif //GUARD_COORD_EVENT_WEATHER_H
|