documented file access functions

This commit is contained in:
mariob92
2024-09-09 19:04:59 +02:00
parent b77274c9ea
commit 98d6423dfb
13 changed files with 206 additions and 156 deletions

View File

@@ -25,7 +25,7 @@ void func_802BA23C(s32 *arg0, s32 arg1){
*arg0 = arg1;
}
void func_802BA244(Struct61s *file_ptr, s32 *arg1){
void func_802BA244(File *file_ptr, s32 *arg1){
while(!file_isNextByteExpected(file_ptr, 0)){
file_getWord_ifExpected(file_ptr, 1, arg1);
}