diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-06-10 20:20:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-10 20:20:24 -0400 |
commit | 03e47515e153e7c8757bdb28de87f149d5022a82 (patch) | |
tree | 0ce0660fb0c4d3edc3bc21970357b506ff15dd49 /include/menu_helpers.h | |
parent | 19c9e0851a971061b3f9e7b7840cdd59ab538f72 (diff) | |
parent | 731b5e103a535086ebf99a2c3a032a7b0e30e74f (diff) |
Merge pull request #62 from jiangzhengwenjz/teachy_tv
teachy_tv
Diffstat (limited to 'include/menu_helpers.h')
-rw-r--r-- | include/menu_helpers.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/menu_helpers.h b/include/menu_helpers.h index e27fb4e5d..f8b57034a 100644 --- a/include/menu_helpers.h +++ b/include/menu_helpers.h @@ -18,10 +18,11 @@ 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); +bool16 sub_80BF518(u8 textPrinterId); bool8 sub_80BF72C(void); bool8 sub_80BF708(void); -void sub_80BF768(void); -void sub_80BF7C8(void); +void VblankHblankHandlerSetZero(void); +void InitBgReg(void); u8 sub_80BF8E4(void); u8 sub_80BF848(s16 * a0, u16 a1); void DisplayMessageAndContinueTask(u8 taskId, u8 windowId, u16 arg2, u8 arg3, u8 fontId, u8 textSpeed, const u8 *string, void *taskFunc); |