mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-09 21:25:42 -05: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
|