mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-24 23:07:39 -05:00
15 lines
510 B
C
15 lines
510 B
C
#ifndef GUARD_MYSTERY_GIFT_MENU_H
|
|
#define GUARD_MYSTERY_GIFT_MENU_H
|
|
|
|
extern bool8 gGiftIsFromEReader;
|
|
|
|
void MainCB_FreeAllBuffersAndReturnToInitTitleScreen(void);
|
|
void PrintMysteryGiftOrEReaderTopMenu(bool8, bool32);
|
|
void c2_mystery_gift(void);
|
|
void c2_mystery_gift_e_reader_run(void);
|
|
s8 mevent_message_print_and_prompt_yes_no(u8 * textState, u16 * windowId, bool8 yesNoBoxPlacement, const u8 * str);
|
|
void MG_DrawTextBorder(u8 windowId);
|
|
u16 GetMysteryGiftBaseBlock(void);
|
|
|
|
#endif //GUARD_MYSTERY_GIFT_MENU_H
|