mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-17 15:06:19 -05:00
11 lines
295 B
C
11 lines
295 B
C
#ifndef GUARD_HELP_MESSAGE_H
|
|
#define GUARD_HELP_MESSAGE_H
|
|
|
|
void DestroyHelpMessageWindow(u8 a0);
|
|
u8 CreateHelpMessageWindow(void);
|
|
void PrintTextOnHelpMessageWindow(const u8 * text, u8 mode);
|
|
void MapNamePopupWindowIdSetDummy(void);
|
|
void sub_8112F18(u8 windowId);
|
|
|
|
#endif //GUARD_HELP_MESSAGE_H
|