mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-11 03:13:20 -04:00
Fix symbol names (#118)
* checkpoint * checkpoint * rename f_pc * checkpoint * small symbol rename and fix some fpc symbols * remove unneeded entries from ldscript * simplify ok check, update docker container Co-authored-by: Pheenoh <pheenoh@gmail.com>
This commit is contained in:
@@ -2,11 +2,9 @@
|
||||
#include "dolphin/types.h"
|
||||
|
||||
// f_pc_leaf::g_fpcLf_type
|
||||
extern s32 lbl_80450D30;
|
||||
extern int lbl_80450D30;
|
||||
|
||||
extern "C" {
|
||||
|
||||
s32 fpcLf_GetPriority(leafdraw_class* pLeaf) {
|
||||
s32 fpcLf_GetPriority(const leafdraw_class* pLeaf) {
|
||||
return fpcDwPi_Get(&pLeaf->mDwPi);
|
||||
}
|
||||
|
||||
@@ -47,5 +45,4 @@ s32 fpcLf_Create(leafdraw_class* pLeaf) {
|
||||
pLeaf->mbUnk0 = 0;
|
||||
}
|
||||
return fpcMtd_Create(&pLeaf->mpDrawMtd->mBase, pLeaf);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user