mirror of https://github.com/zeldaret/mm.git
Initial code format
This commit is contained in:
parent
7323c17eaf
commit
e80336d4a8
|
|
@ -633,4 +633,4 @@ void* Lib_PtrSegToK0Null(void* ptr) {
|
|||
} else {
|
||||
return (void*)PHYSICAL_TO_VIRTUAL(ptr);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -61,4 +61,4 @@ void __osPackReadData() {
|
|||
ptr+=sizeof(__OSContReadFormat);
|
||||
}
|
||||
*ptr = 254;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue