Decomp IsCastform and IsCherrim

Both decomped by @Chesyon and @taxicat1, thanks
This commit is contained in:
Zur3l
2026-07-11 16:17:40 -04:00
parent 4c368ab4e1
commit 00953d57af
5 changed files with 28 additions and 62 deletions

View File

@@ -1,9 +1,12 @@
#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