pmd-sky/include/main_02054AA4.h
Zur3l 00953d57af Decomp IsCastform and IsCherrim
Both decomped by @Chesyon and @taxicat1, thanks
2026-07-11 17:55:51 -04:00

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