pokeplatinum/include/field_overworld_weather.h
Eduardo Quezada cb256f45b5
Document location data (#472)
* Initial location names + Journal exited buildings

* Map header flags

* Map header battle BG

* Location names

* Weather

* Music IDs

* Format

* IsLeapYear

* Yearly weather
2025-04-13 13:23:49 -07:00

9 lines
254 B
C

#ifndef POKEPLATINUM_FIELD_OVERWORLD_WEATHER_H
#define POKEPLATINUM_FIELD_OVERWORLD_WEATHER_H
#include "field/field_system_decl.h"
int FieldSystem_GetWeather(FieldSystem *fieldSystem, int mapHeaderID);
#endif // POKEPLATINUM_FIELD_OVERWORLD_WEATHER_H