summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-03-31 11:16:19 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-03-31 11:16:19 -0400
commitc9f16cb1a89378dce1968d30c966387b1f1210c3 (patch)
tree1fba18024559e909b09027575425fe92919e3160 /include
parentdb4e9505adb121b35b50d3b6fbc7e4595c2f90a8 (diff)
WIP sub_8018DAC
Diffstat (limited to 'include')
-rw-r--r--include/list_menu.h2
-rw-r--r--include/mevent_801BAAC.h9
-rw-r--r--include/strings.h2
3 files changed, 12 insertions, 1 deletions
diff --git a/include/list_menu.h b/include/list_menu.h
index a301e5b32..0a54a069a 100644
--- a/include/list_menu.h
+++ b/include/list_menu.h
@@ -98,7 +98,7 @@ struct CursorStruct
extern struct ScrollArrowsTemplate gTempScrollArrowTemplate;
extern struct ListMenuTemplate gMultiuseListMenuTemplate;
-s32 DoMysteryGiftListMenu(struct WindowTemplate *windowTemplate, struct ListMenuTemplate *listMenuTemplate, u8 arg2, u16 tileNum, u16 palNum);
+s32 DoMysteryGiftListMenu(const struct WindowTemplate *windowTemplate, const struct ListMenuTemplate *listMenuTemplate, u8 arg2, u16 tileNum, u16 palNum);
u8 ListMenuInit(struct ListMenuTemplate *listMenuTemplate, u16 scrollOffset, u16 selectedRow);
u8 ListMenuInitInRect(struct ListMenuTemplate *listMenuTemplate, struct ListMenuWindowRect *arg1, u16 scrollOffset, u16 selectedRow);
s32 ListMenu_ProcessInput(u8 listTaskId);
diff --git a/include/mevent_801BAAC.h b/include/mevent_801BAAC.h
new file mode 100644
index 000000000..db1bb0571
--- /dev/null
+++ b/include/mevent_801BAAC.h
@@ -0,0 +1,9 @@
+#ifndef GUARD_MEVENT_801BAAC_H
+#define GUARD_MEVENT_801BAAC_H
+
+bool32 sub_801BAAC(struct MEventBuffer_32E0_Sub * r5, struct MEventBuffer_3430_Sub * r6);
+bool32 sub_801C6C8(const struct MEventBuffer_3120_Sub * a0);
+s32 sub_801BB74(void);
+s32 sub_801C758(void);
+
+#endif //GUARD_MEVENT_801BAAC_H
diff --git a/include/strings.h b/include/strings.h
index 2f9a64af1..2ef8411c7 100644
--- a/include/strings.h
+++ b/include/strings.h
@@ -2626,5 +2626,7 @@ extern const u8 gText_VarietyOfEventsImportedWireless[];
extern const u8 gText_WonderCardsInPossession[];
extern const u8 gText_ReadNewsThatArrived[];
extern const u8 gText_ReturnToTitle[];
+extern const u8 gText_WhatToDoWithCards[];
+extern const u8 gText_WhatToDoWithNews[];
#endif // GUARD_STRINGS_H