adjusted return type

This commit is contained in:
Henny022p 2021-02-26 18:53:25 +01:00
parent f3ed9acadc
commit effdc3d019
1 changed files with 2 additions and 2 deletions

View File

@ -183,8 +183,8 @@ NONMATCH("asm/non_matching/code_080B1520/sub_080B16AC.inc", u16 sub_080B16AC(u16
} }
END_NONMATCH END_NONMATCH
u32 sub_080B180C(u16 unk_1, u16* unk_2) { u16 sub_080B180C(u16 unk_1, u16* unk_2) {
u32 ret; u16 ret;
u16 stack[4]; u16 stack[4];
u16* ptr; u16* ptr;