diff options
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 *); |