mirror of
https://github.com/pret/pmd-sky.git
synced 2026-08-28 05:38:04 -05:00
Decomp IsCastform and IsCherrim
Both decomped by @Chesyon and @taxicat1, thanks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user