2019-03-31 17:16:19 +02:00
|
|
|
#ifndef GUARD_MEVENT_801BAAC_H
|
|
|
|
#define GUARD_MEVENT_801BAAC_H
|
|
|
|
|
2019-04-01 00:59:52 +02:00
|
|
|
bool32 InitWonderCardResources(struct MEventBuffer_32E0_Sub * r5, struct MEventBuffer_3430_Sub * r6);
|
|
|
|
bool32 InitWonderNewsResources(const struct MEventBuffer_3120_Sub * a0);
|
|
|
|
s32 FadeToWonderCardMenu(void);
|
|
|
|
s32 FadeToWonderNewsMenu(void);
|
|
|
|
s32 FadeOutFromWonderCard(bool32 flag);
|
|
|
|
void DestroyWonderCardResources(void);
|
|
|
|
s32 FadeOutFromWonderNews(bool32 flag);
|
|
|
|
void DestroyWonderNewsResources(void);
|
|
|
|
u32 MENews_GetInput(u16 input);
|
|
|
|
void MENews_AddScrollIndicatorArrowPair(void);
|
|
|
|
void MENews_RemoveScrollIndicatorArrowPair(void);
|
2019-03-31 17:16:19 +02:00
|
|
|
|
|
|
|
#endif //GUARD_MEVENT_801BAAC_H
|