Merge branch 'document/load-level-from-file-stuff' into 'master'

Document: load level from file related code

See merge request banjo.decomp/banjo-kazooie!100
This commit is contained in:
Banjo Kazooie
2024-11-03 17:11:18 +00:00
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)];