mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-09 04:23:14 -05:00
11 lines
281 B
C
11 lines
281 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);
|
|
|
|
#endif //GUARD_MYSTERY_GIFT_MENU_H
|