mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
* Initial location names + Journal exited buildings * Map header flags * Map header battle BG * Location names * Weather * Music IDs * Format * IsLeapYear * Yearly weather
9 lines
254 B
C
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
|