mirror of
https://github.com/zeldaret/tp
synced 2026-06-05 03:08:18 -04:00
f_pc_draw_priority: Type fix
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user