mirror of
https://github.com/resetes12/pokeemerald
synced 2025-10-06 00:12:45 +02:00
11 lines
229 B
C
Executable File
11 lines
229 B
C
Executable File
#ifndef GUARD_WALDA_PHRASE_H
|
|
#define GUARD_WALDA_PHRASE_H
|
|
|
|
#define WALDA_PHRASE_LENGTH 15
|
|
|
|
u16 TryBufferWaldaPhrase(void);
|
|
void DoWaldaNamingScreen(void);
|
|
u16 TryGetWallpaperWithWaldaPhrase(void);
|
|
|
|
#endif // GUARD_WALDA_PHRASE_H
|