From bc341bc17833d80eae32d8f09509b401830f54d0 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Sun, 23 May 2021 14:27:17 -0500 Subject: address review --- include/unk_020337E8.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') 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 *); -- cgit v1.2.3