mirror of
https://github.com/pret/pokediamond.git
synced 2026-04-25 07:26:54 -05:00
11 lines
247 B
C
11 lines
247 B
C
#ifndef POKEDIAMOND_UNK_02087A1C_H
|
|
#define POKEDIAMOND_UNK_02087A1C_H
|
|
|
|
#include "nitro/types.h"
|
|
|
|
s32 GetMeisterLanguageIdx(u32 language);
|
|
u8 GetMeisterLanguage(s32 idx);
|
|
s32 GetMeisterSpeciesIdx(u32 species);
|
|
|
|
#endif // POKEDIAMOND_UNK_02087A1C_H
|