mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-25 07:19:36 -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
|