summaryrefslogtreecommitdiff
path: root/include/menu_helpers.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-12-09 21:23:40 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2017-12-09 21:23:40 +0100
commit6561b62986a003e83811abfc85bf07ebc6f3a1ae (patch)
treea1703fd3723ebe936cdeb4025cc0bd770f959cf9 /include/menu_helpers.h
parentad07843f2dc3df3db53490018eb978ef270062d9 (diff)
start pokeblock feed
Diffstat (limited to 'include/menu_helpers.h')
-rw-r--r--include/menu_helpers.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/menu_helpers.h b/include/menu_helpers.h
index f083a10e2..4abe5c006 100644
--- a/include/menu_helpers.h
+++ b/include/menu_helpers.h
@@ -16,5 +16,9 @@ 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);
+void ResetVramOamAndBgCntRegs(void);
+void SetVBlankHBlankCallbacksToNull(void);
+void ResetAllBgsCoordinates(void);
+bool16 RunTextPrintersRetIsActive(u8 textPrinterId);
#endif //GUARD_MENU_HELPERS_H