diff options
author | scnorton <scnorton@biociphers.org> | 2019-01-06 14:52:00 -0500 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2019-01-06 14:52:00 -0500 |
commit | 607d6e13d4378ea6530f03d2c290ddd30506aa14 (patch) | |
tree | b7911b74a03e6967d64910700fcd5d7ae4936557 /include/new_menu_helpers.h | |
parent | bc977437599e7dd024ed3b4981379807066a0867 (diff) |
ScrCmd_waitbuttonpress
Diffstat (limited to 'include/new_menu_helpers.h')
-rw-r--r-- | include/new_menu_helpers.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/new_menu_helpers.h b/include/new_menu_helpers.h index 2a68a35e6..ce8e8d697 100644 --- a/include/new_menu_helpers.h +++ b/include/new_menu_helpers.h @@ -19,5 +19,8 @@ void sub_80F6F54(u8, u8); u8 sub_80F78A8(void); void sub_80F6E9C(void); void sub_80F6EE4(u8 windowId, bool8 transfer); +void sub_80F7974(const u8 *); +u8 GetStartMenuWindowId(void); +void sub_80F7998(void); #endif // GUARD_NEW_MENU_HELPERS_H |