diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-24 18:57:01 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-24 18:57:01 -0400 |
commit | 36fc72f25e178d53342acff66870e518ed7a144a (patch) | |
tree | 1136d4a5d9ea0c612f682d53b8625ffaaccfc6c3 /include/new_menu_helpers.h | |
parent | f111acf92a56bed70b15df882857d8081a092889 (diff) |
slot_machine nonmatching sub_8141198
Diffstat (limited to 'include/new_menu_helpers.h')
-rw-r--r-- | include/new_menu_helpers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/new_menu_helpers.h b/include/new_menu_helpers.h index b3daf43c6..8fb3bba78 100644 --- a/include/new_menu_helpers.h +++ b/include/new_menu_helpers.h @@ -32,5 +32,6 @@ u16 sub_80F796C(void); void sub_80F6B08(u8 bgId, u8 left, u8 top, u8 width, u8 height, u8 palette); void DecompressAndLoadBgGfxUsingHeap(u8 bgId, const void * gfx, u32 size, u16 a3, u8 a4); void ClearStdWindowAndFrame(u8 taskId, bool8 copyNow); +void sub_80F6C14(void); #endif // GUARD_NEW_MENU_HELPERS_H |