diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-15 13:17:19 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-15 13:17:19 -0400 |
commit | dfbddec062dbc58506b007feba9d22e6d67f883d (patch) | |
tree | 139b101f2156d1c0a4f606b1bc97371ea5a6e55b /include/new_menu_helpers.h | |
parent | 0298df9b5f01b5913bd038523ee6beabbb628ee3 (diff) |
tm_case and peripheral documentation
Diffstat (limited to 'include/new_menu_helpers.h')
-rw-r--r-- | include/new_menu_helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/new_menu_helpers.h b/include/new_menu_helpers.h index 55537f21c..b17326667 100644 --- a/include/new_menu_helpers.h +++ b/include/new_menu_helpers.h @@ -29,6 +29,6 @@ void ResetBg0(void); void Menu_LoadStdPalAt(u16); void * malloc_and_decompress(const void * src, u32 * size); u16 sub_80F796C(void); -void sub_80F6B08(u8 bgId, u8 value, u8 height, u8 width, u8 x, u8 y); +void sub_80F6B08(u8 bgId, u8 left, u8 top, u8 width, u8 height, u8 palette); #endif // GUARD_NEW_MENU_HELPERS_H |