Initial code format

This commit is contained in:
Kenix3 2020-07-24 20:00:52 -04:00
parent 7323c17eaf
commit e80336d4a8
3 changed files with 3 additions and 3 deletions

View File

@ -633,4 +633,4 @@ void* Lib_PtrSegToK0Null(void* ptr) {
} else {
return (void*)PHYSICAL_TO_VIRTUAL(ptr);
}
}
}

View File

@ -557,4 +557,4 @@ u32 Scene_CreateEntrance(u32 sceneIndex, u32 spawnIndex, u32 offset) {
void func_80130784(u32 spawnIndex) {
Scene_CreateEntrance(gSaveContext.perm.entranceIndex >> 9, spawnIndex, 0);
}
}

View File

@ -61,4 +61,4 @@ void __osPackReadData() {
ptr+=sizeof(__OSContReadFormat);
}
*ptr = 254;
}
}