f_pc_draw_priority: Type fix

This commit is contained in:
Jasper St. Pierre
2022-12-30 16:05:46 -08:00
parent b45b95c3be
commit 98b84ea0fa
6 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
//
/* 80021A00-80021A24 0024+00 s=0 e=4 z=2 None .text fpcLf_GetPriority__FPC14leafdraw_class */
s32 fpcLf_GetPriority(const leafdraw_class* pLeaf) {
s16 fpcLf_GetPriority(const leafdraw_class* pLeaf) {
return fpcDwPi_Get(&pLeaf->mDwPi);
}