mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-10 05:43:22 -05:00
15 lines
484 B
C
15 lines
484 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 CB2_MysteryGiftEReader(void);
|
|
s8 DoMysteryGiftYesNo(u8 * textState, u16 * windowId, bool8 yesNoBoxPlacement, const u8 * str);
|
|
void MG_DrawTextBorder(u8 windowId);
|
|
u16 GetMysteryGiftBaseBlock(void);
|
|
|
|
#endif //GUARD_MYSTERY_GIFT_MENU_H
|