diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-26 08:51:05 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-26 08:51:05 -0400 |
commit | 7b4e2ec05b269b2fa8b73ecf94bae1e63965fb43 (patch) | |
tree | 98db880eac1e19a3e0278da3f7d00623a3532263 /include/mevent.h | |
parent | 76a421f6f1787c013e8f8ba4403f5b995c648c41 (diff) |
through mevent_message
Diffstat (limited to 'include/mevent.h')
-rw-r--r-- | include/mevent.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/mevent.h b/include/mevent.h index 7f5206359..5c3bfe86d 100644 --- a/include/mevent.h +++ b/include/mevent.h @@ -38,8 +38,8 @@ struct MEventBuffer_32E0_Sub * GetSavedWonderCard(void); struct MEventBuffer_3430_Sub * sav1_get_mevent_buffer_2(void); struct MysteryEventStruct * sub_8143D94(void); bool32 sub_8143DC8(const struct MEventBuffer_3120_Sub * src); -bool32 ValidateReceivedWonderCard(void); bool32 ValidateReceivedWonderNews(void); +bool32 ValidateReceivedWonderCard(void); bool32 sub_8143EF4(const u8 * src); bool32 sub_8143F68(const struct MEventBuffer_32E0_Sub * data); void sub_814410C(struct MEventBuffer_32E0_Sub * buffer); @@ -54,5 +54,11 @@ bool32 InitWonderCardResources(struct MEventBuffer_32E0_Sub * r5, struct MEventB bool32 InitWonderNewsResources(const struct MEventBuffer_3120_Sub * a0); s32 FadeToWonderCardMenu(void); s32 FadeToWonderNewsMenu(void); +void DestroyWonderCard(void); +void DestroyWonderNews(void); +void DestroyWonderCardResources(void); +void DestroyWonderNewsResources(void); +s32 FadeOutFromWonderCard(bool32 flag); +s32 FadeOutFromWonderNews(bool32 flag); #endif //GUARD_MEVENT_H |