pmd-red/include/weather.h
2023-01-08 04:23:00 -05:00

9 lines
133 B
C

#ifndef GUARD_WEATHER_H
#define GUARD_WEATHER_H
#include "dungeon_entity.h"
u8 GetApparentWeather(struct Entity *pokemon);
#endif