Rename `func_80089528` to `nuScSetFrameBufferNum`
This commit is contained in:
parent
0adce00abb
commit
5635db776f
|
|
@ -14,6 +14,7 @@ nuScEventBroadcast = 0x800891A0;
|
|||
nuScGetAudioMQ = 0x80088EF0;
|
||||
nuScGetGfxMQ = 0x80088EFC;
|
||||
nuScAddClient = 0x80089054;
|
||||
nuScSetFrameBufferNum = 0x80089528;
|
||||
|
||||
obCurrentTime = 0x800C47D0;
|
||||
obSetCurrentTime = 0x8009C7C0; // rom:0x2CBC0
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@ INCLUDE_ASM(const s32, "_ob_past_brick", func_8008949C);
|
|||
// }
|
||||
// }
|
||||
|
||||
INCLUDE_ASM(const s32, "_ob_past_brick", func_80089528);
|
||||
INCLUDE_ASM(const s32, "_ob_past_brick", nuScSetFrameBufferNum);
|
||||
|
||||
// void func_80089528(s8 arg0) {
|
||||
// D_800E918D = arg0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue