diff options
author | yenatch <yenatch@gmail.com> | 2017-07-17 20:09:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-17 20:09:25 -0400 |
commit | c043463631508eaef6543994fa0bdb6bc1351a7c (patch) | |
tree | d830d2f11eaa8921d1e688be9f810b79b1b95252 /include/menu_helpers.h | |
parent | d01a28c82fd25b8a92cbb1d508279e34690e3d26 (diff) | |
parent | 1853efa954d88037729126f5494a53956c29fb43 (diff) |
Merge pull request #362 from drifloony/menu_helpers
Decompile menu_helpers
Diffstat (limited to 'include/menu_helpers.h')
-rw-r--r-- | include/menu_helpers.h | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/include/menu_helpers.h b/include/menu_helpers.h index 1df5053e7..993d698bd 100644 --- a/include/menu_helpers.h +++ b/include/menu_helpers.h @@ -9,22 +9,31 @@ struct YesNoFuncTable void (*noFunc)(u8); }; +void sub_80F9020(void); +void DisplayItemMessageOnField(u8, const u8 *, TaskFunc, u16); void DoYesNoFuncWithChoice(u8, const struct YesNoFuncTable *); void sub_80F914C(u8, const struct YesNoFuncTable *); -void DisplayItemMessageOnField(u8, const u8 *, TaskFunc, u16); +u8 sub_80F9284(void); +u8 sub_80F92BC(void); +bool8 sub_80F92F4(u16); +bool8 sub_80F931C(u16); bool8 sub_80F9344(void); -u8 sub_80F9344(void); void sub_80F9368(void); void sub_80F9438(void); void sub_80F944C(void); -void CreateVerticalScrollIndicators(u8, u8, u8); // include/decoration.h -void sub_80F979C(u32, u32); // unknown args +void sub_80F9480(u8 *, u8); +void sub_80F94A4(u8, u8 *, s16, s16); +void sub_80F94F8(u8 *); +void sub_80F9520(u8 *, u8); +void CreateVerticalScrollIndicators(u8, u16, u16); +void sub_80F979C(u8, bool8); void DestroyVerticalScrollIndicator(u8); -void BuyMenuFreeMemory(void); -void sub_80F98DC(int); -void sub_80F996C(u8); void LoadScrollIndicatorPalette(void); +void BuyMenuFreeMemory(void); void sub_80F98A4(u8); void StartVerticalScrollIndicators(u8); +void sub_80F98DC(u8); +void PauseVerticalScrollIndicator(u8); +void sub_80F9988(u8, u8); #endif // GUARD_MENU_HELPERS_H |