summaryrefslogtreecommitdiff
path: root/include/new_menu_helpers.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-10-05 14:34:13 -0400
committerGitHub <noreply@github.com>2019-10-05 14:34:13 -0400
commitb4b509f68477068ae111cc5a6094d858d396c4bb (patch)
treee93027d7d965fdcd76ef33072ec3a96b99a18549 /include/new_menu_helpers.h
parent712ee66e6154d734ea3960cc14ff1f4c1aaa639e (diff)
parenta8211f39b5736b0f47b4cd80e81395e7c0aff28e (diff)
Merge pull request #110 from PikalaxALT/mailbox_pc
Decompile mailbox_pc and dump decorations
Diffstat (limited to 'include/new_menu_helpers.h')
-rw-r--r--include/new_menu_helpers.h2
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);