mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-26 00:26:19 -05:00
11 lines
378 B
C
11 lines
378 B
C
#ifndef PMDSKY_MAIN_02059060_H
|
|
#define PMDSKY_MAIN_02059060_H
|
|
|
|
// Returns the name of the explorer maze team. If the language of the team name is different from the
|
|
// language of selected in this game a default team name is written to the buffer instead.
|
|
// dest: [output] Buffer
|
|
void GetExplorerMazeTeamName(u8 *dest);
|
|
u64 sub_020590C0(void);
|
|
|
|
#endif //PMDSKY_MAIN_02059060_H
|