mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-07 03:04:19 -05:00
9 lines
220 B
C
9 lines
220 B
C
#ifndef POKEDIAMOND_UNK_02087A1C_H
|
|
#define POKEDIAMOND_UNK_02087A1C_H
|
|
|
|
s32 GetMeisterLanguageIdx(u32 language);
|
|
u8 GetMeisterLanguage(s32 idx);
|
|
s32 GetMeisterSpeciesIdx(u32 species);
|
|
|
|
#endif //POKEDIAMOND_UNK_02087A1C_H
|