diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-06 20:57:36 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-06 20:57:36 -0500 |
commit | 86f0291f63ff6bc580476dae3c00fc4d6d7b15da (patch) | |
tree | 37d03c82f0b43a4a0b856610c5b36fe96dc3ebed /include/field_weather.h | |
parent | deac7fd3706ea9de855330881e2555a8c70d72f3 (diff) | |
parent | 680d3fd7b980578024226eccffe2e01072826227 (diff) |
Merge branch 'master' of https://github.com/pret/pokeruby
Diffstat (limited to 'include/field_weather.h')
-rw-r--r-- | include/field_weather.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/field_weather.h b/include/field_weather.h index c96d4055e..267650a2a 100644 --- a/include/field_weather.h +++ b/include/field_weather.h @@ -163,4 +163,8 @@ bool8 sub_807DDFC(void); void SetWeather(u32); void UpdateWeatherPerDay(u16); +extern struct Weather gWeather; + +extern struct Weather *const gWeatherPtr; + #endif // GUARD_WEATHER_H |