change printItemFunc to use u32 instead of s32

also change a use of -2 to LIST_CANCEL
This commit is contained in:
Kurausukun
2021-06-18 00:15:45 -04:00
parent 8b59909ac5
commit 10c80230c4
9 changed files with 28 additions and 29 deletions

View File

@@ -253,7 +253,7 @@ static u8 sub_81D1D34(u8 a0)
return sUnknown_0203CF48[a0];
}
static void sub_81D1D44(u8 windowId, s32 itemId, u8 y)
static void sub_81D1D44(u8 windowId, u32 itemId, u8 y)
{
u8 buffer[30];
u16 length;