Document: load level from file related code

This commit is contained in:
Dominik Peters
2024-11-03 17:11:18 +00:00
committed by Banjo Kazooie
parent 819ba6b9ce
commit d842151114
22 changed files with 527 additions and 523 deletions

View File

@@ -643,7 +643,7 @@ struct56s *func_80341EF0(f32 arg0[3]){
s32 func_80341F2C(s32 arg0){
s32 sp1C[3];
if(!_nodeProp_findPositionFromActorId(arg0, sp1C)){
if(!nodeprop_findPositionFromActorId(arg0, sp1C)){
return -1;
}
return func_80341C78(sp1C);
@@ -651,7 +651,7 @@ s32 func_80341F2C(s32 arg0){
struct56s *func_80341F64(s32 arg0){
s32 sp1C[3];
if(!_nodeProp_findPositionFromActorId(arg0, sp1C)){
if(!nodeprop_findPositionFromActorId(arg0, sp1C)){
return NULL;
}
return D_80371E70[func_80341C78(sp1C)];