summaryrefslogtreecommitdiff
path: root/include/menu_helpers.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-10-23 13:33:32 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-10-23 13:33:32 +0200
commit7d1373e3fa239d74d69b5b3a7cb78b2272a6f54d (patch)
treebab4346193d7e3f2e99139f7c4371a825d94589a /include/menu_helpers.h
parent918625196ed5e91999f1a244a8881fb9f8069c64 (diff)
parent88230e8d16dad1b08027a8c933d2d9a6ce689bd0 (diff)
Merge branch 'master' into decompile_battle_controllers
Diffstat (limited to 'include/menu_helpers.h')
-rw-r--r--include/menu_helpers.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/menu_helpers.h b/include/menu_helpers.h
index 45ee95de5..f083a10e2 100644
--- a/include/menu_helpers.h
+++ b/include/menu_helpers.h
@@ -3,9 +3,18 @@
// Exported type declarations
+struct YesNoFuncTable {
+ TaskFunc yesFunc;
+ TaskFunc noFunc;
+};
+
// Exported RAM declarations
// Exported ROM declarations
+
+void sub_812225C(u16 *, u16 *, u8, u8);
+void sub_8122298(u16 *, u16 *, u8, u8, u8);
+void sub_8121F68(u8 taskId, const struct YesNoFuncTable *data);
bool8 sub_81221AC(void);
#endif //GUARD_MENU_HELPERS_H