mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-06 22:28:44 -05:00
10 lines
253 B
C
10 lines
253 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);
|
|
|
|
#endif //GUARD_MYSTERY_GIFT_MENU_H
|