diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-05-23 14:27:17 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2021-05-23 14:27:17 -0500 |
commit | bc341bc17833d80eae32d8f09509b401830f54d0 (patch) | |
tree | d63f771cc5f8359b56d0d76343b1482e1fb34b5f /include | |
parent | 0313fd88500d74f9200bdecc637ba99d8daddc7a (diff) |
address review
Diffstat (limited to 'include')
-rw-r--r-- | include/unk_020337E8.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/unk_020337E8.h b/include/unk_020337E8.h index 0a1addf9..228570ea 100644 --- a/include/unk_020337E8.h +++ b/include/unk_020337E8.h @@ -7,7 +7,7 @@ // Dummy struct until DWC_account struct DWC_Struct { - int unk0; + s32 unk0; }; struct DWC_token @@ -16,9 +16,9 @@ struct DWC_token u8 fill0[0xC]; }; -int FUN_020337E8(u32 heap_id); +s32 FUN_020337E8(u32 heap_id); void FUN_0203380C(struct DWC_Struct *); -int FUN_02033830(struct DWC_Struct *); +s32 FUN_02033830(struct DWC_Struct *); BOOL FUN_0203384C(struct SaveBlock2 *); |