mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-23 07:28:10 -05:00
10 lines
143 B
C
10 lines
143 B
C
#ifndef GUARD_WEATHER_H
|
|
#define GUARD_WEATHER_H
|
|
|
|
#include "dungeon_entity.h"
|
|
|
|
// 0x7E580
|
|
u8 GetWeather(struct DungeonEntity* pokemon);
|
|
|
|
#endif
|