From effdc3d019f3171c44d91bd9f9e5b986b51727db Mon Sep 17 00:00:00 2001 From: Henny022p Date: Fri, 26 Feb 2021 18:53:25 +0100 Subject: [PATCH] adjusted return type --- src/code_080B1520.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/code_080B1520.c b/src/code_080B1520.c index 76a55fd5..04bb4c48 100644 --- a/src/code_080B1520.c +++ b/src/code_080B1520.c @@ -183,8 +183,8 @@ NONMATCH("asm/non_matching/code_080B1520/sub_080B16AC.inc", u16 sub_080B16AC(u16 } END_NONMATCH -u32 sub_080B180C(u16 unk_1, u16* unk_2) { - u32 ret; +u16 sub_080B180C(u16 unk_1, u16* unk_2) { + u16 ret; u16 stack[4]; u16* ptr;