name functions in src/core2/nc/cameranodelist.c

This commit is contained in:
Banjo Kazooie
2023-03-10 00:31:06 -06:00
parent f0af2d1620
commit 13728811aa
18 changed files with 357 additions and 346 deletions

View File

@@ -26,8 +26,8 @@ void func_802BA23C(s32 *arg0, s32 arg1){
}
void func_802BA244(Struct61s *file_ptr, s32 *arg1){
while(!func_8034AF98(file_ptr, 0)){
func_8034B150(file_ptr, 1, arg1);
while(!file_isNextByteExpected(file_ptr, 0)){
file_getWord_ifExpected(file_ptr, 1, arg1);
}
}