diff options
| author | theo3 <arisstephenson2@gmail.com> | 2021-02-19 15:01:30 -0800 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2021-02-19 15:01:30 -0800 |
| commit | 112e97abc83be6d250aff60cbfda8d83c4a44846 (patch) | |
| tree | 5c00cf9e2b2de07444c997f26528ac572c1b6ea9 /include | |
| parent | ab3e488126c735c3aefdedf15bcae3774202cc05 (diff) | |
wip2
Diffstat (limited to 'include')
| -rw-r--r-- | include/functions.h | 4 | ||||
| -rw-r--r-- | include/main.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/include/functions.h b/include/functions.h index f3213239..f9702c2a 100644 --- a/include/functions.h +++ b/include/functions.h @@ -312,8 +312,8 @@ extern u32 sub_08056134(void); extern void sub_08004484(Entity*, Entity*); extern void sub_080564C8(u32); extern void sub_08056F70(void); -extern void sub_08056C68(void); -extern void sub_08056D70(void); +extern void DeleteWindow(void); +extern void CreateWindow(void); extern void sub_0805EEB4(u8*, u32, u32); extern void sub_08056FBC(void*); extern void sub_08056C54(u32); diff --git a/include/main.h b/include/main.h index 55e7b341..693430b5 100644 --- a/include/main.h +++ b/include/main.h @@ -84,7 +84,7 @@ extern void sub_0807CE90(void); extern void sub_080560B8(void); extern void sub_08056208(void); extern void sub_0804FFE4(void); -extern void sub_08056418(void); +extern void MessageInitialize(void); extern void sub_080ADD30(void); extern void InitScreen(u32); @@ -93,7 +93,7 @@ extern void ReadKeyInput(void); extern void DoSoftReset(void); extern void sub_08056260(void); extern void VBlankIntrWait(); -extern void sub_08056458(void); +extern void MessageUpdate(void); extern void sub_08050154(void); extern void sub_080A3480(void); |
