summaryrefslogtreecommitdiff
path: root/src/textbox.c
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2021-02-19 15:01:30 -0800
committertheo3 <arisstephenson2@gmail.com>2021-02-19 15:01:30 -0800
commit112e97abc83be6d250aff60cbfda8d83c4a44846 (patch)
tree5c00cf9e2b2de07444c997f26528ac572c1b6ea9 /src/textbox.c
parentab3e488126c735c3aefdedf15bcae3774202cc05 (diff)
wip2
Diffstat (limited to 'src/textbox.c')
-rw-r--r--src/textbox.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/textbox.c b/src/textbox.c
index a4f921ee..b44454d4 100644
--- a/src/textbox.c
+++ b/src/textbox.c
@@ -93,7 +93,7 @@ void ShowTextbox(u32 index) {
gTextBox.doTextBox = 1;
}
-void sub_08056418(void) {
+void MessageInitialize(void) {
_DmaZero(&gTextBox, 32);
_DmaZero(&gUnk_02022780, 168);
_DmaZero(&gUnk_02036A40, 8);
@@ -101,7 +101,7 @@ void sub_08056418(void) {
_DmaZero(&gUnk_02000040, 4);
}
-void sub_08056458(void) {
+void MessageUpdate(void) {
int iVar1;
if (gTextBox.doTextBox == 1) {
@@ -120,8 +120,8 @@ void sub_08056458(void) {
gUnk_02022780._9d = 0;
sub_08056F70();
}
- sub_08056C68();
- sub_08056D70();
+ DeleteWindow();
+ CreateWindow();
}
void sub_080564C8(u32 a1) {