mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
10 lines
179 B
C
10 lines
179 B
C
#ifndef PMDSKY_MAIN_02054AA4_H
|
|
#define PMDSKY_MAIN_02054AA4_H
|
|
|
|
#include "util.h"
|
|
|
|
bool8 IsUnown(s16 monster_id);
|
|
bool8 IsShaymin(s16 monster_id);
|
|
|
|
#endif //PMDSKY_MAIN_02054AA4_H
|