diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-11-27 16:50:10 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-11-27 16:50:10 -0500 |
commit | d2bd51c49f0654a7cb37a6aeb0f50b8b2d2470b1 (patch) | |
tree | 64178593f6317892287790cd83517bdf7ae24af4 /include/new_menu_helpers.h | |
parent | a738e3dca5563355df0b31323a95e017ce9205d6 (diff) |
Rename most assets and functions in fame_checker
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 2ff20eb39..2a68a35e6 100644 --- a/include/new_menu_helpers.h +++ b/include/new_menu_helpers.h @@ -18,6 +18,6 @@ u8 GetPlayerTextSpeed(void); void sub_80F6F54(u8, u8); u8 sub_80F78A8(void); void sub_80F6E9C(void); -void sub_80F6EE4(u8, u8); +void sub_80F6EE4(u8 windowId, bool8 transfer); #endif // GUARD_NEW_MENU_HELPERS_H |