mirror of
https://github.com/pret/pmd-sky.git
synced 2026-08-05 18:59:55 -05:00
13 lines
289 B
C
13 lines
289 B
C
#ifndef PMDSKY_MAIN_02054AA4_H
|
|
#define PMDSKY_MAIN_02054AA4_H
|
|
|
|
#include "enums.h"
|
|
#include "util.h"
|
|
|
|
bool8 IsUnown(s16 monster_id);
|
|
bool8 IsShaymin(s16 monster_id);
|
|
bool8 IsCastform(enum monster_id monster_id);
|
|
bool8 IsCherrim(enum monster_id monster_id);
|
|
|
|
#endif //PMDSKY_MAIN_02054AA4_H
|