mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-23 13:09:56 +00:00
10 lines
164 B
C
10 lines
164 B
C
#ifndef GUARD_WEATHER_H
|
|
#define GUARD_WEATHER_H
|
|
|
|
#include "structs/dungeon_entity.h"
|
|
|
|
u8 GetApparentWeather(Entity *pokemon);
|
|
void sub_807E5E4(u8 weather);
|
|
|
|
#endif
|