diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-05 12:13:33 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-05 12:13:33 -0400 |
commit | cb3e751f5f8990f7e36e141869a14f62e44eceff (patch) | |
tree | 26ed2d8cd42704246c8c0ae9c5ea4a1db33f0b81 /include/new_menu_helpers.h | |
parent | 712ee66e6154d734ea3960cc14ff1f4c1aaa639e (diff) |
Decompile mailbox_pc and dump decorations
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 7b83c913b..a7555c505 100644 --- a/include/new_menu_helpers.h +++ b/include/new_menu_helpers.h @@ -30,7 +30,7 @@ void sub_80F6E9C(void); void DrawDialogueFrame(u8 windowId, bool8 transfer); void DrawStdWindowFrame(u8 windowId, bool8 copyNow); void ClearDialogWindowAndFrame(u8 windowId, bool8 copyToVram); -void ClearStdWindowAndFrame(u8 taskId, bool8 copyNow); +void ClearStdWindowAndFrame(u8 windowId, bool8 copyNow); void sub_80F6C14(void); void sub_80F771C(bool8 copyToVram); void SetStdWindowBorderStyle(u8 windowId, bool8 copyToVram); |