Rename `func_80088EFC` to `nuScGetGfxMQ`
This commit is contained in:
parent
26bd797aa0
commit
420bf3ce0c
|
|
@ -129,7 +129,6 @@ extern void* musCurrentPtrBank;
|
|||
extern void* D_800B1828;
|
||||
|
||||
extern s32 D_800E8B14;
|
||||
extern Unk0 MQ_800E8B4C;
|
||||
extern s32 __SCREEN_IS_NOT_BLACK;
|
||||
extern s32 D_800A9EB0;
|
||||
extern s32 __SOMETHING_FRAMEBUFFERS;
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ nuScExecuteAudio = 0x80089200;
|
|||
nuScExecuteGraphics = 0x800893C0;
|
||||
nuScEventBroadcast = 0x800891A0;
|
||||
nuScGetAudioMQ = 0x80088EF0;
|
||||
nuScGetGfxMQ = 0x80088EFC;
|
||||
|
||||
obCurrentTime = 0x800C47D0;
|
||||
obSetCurrentTime = 0x8009C7C0; // rom:0x2CBC0
|
||||
|
|
@ -878,7 +879,6 @@ MQ_800E79C8 = 0x800E79C8;
|
|||
MQ_800C49E8 = 0x800C49E8;
|
||||
MQ_800BE030 = 0x800BE030;
|
||||
MQ_800B9C40 = 0x800B9C40;
|
||||
MQ_800E8B4C = 0x800E8B4C;
|
||||
|
||||
OSMESG_800BE190 = 0x800BE190;
|
||||
OSMESG_800BE194 = 0x800BE194;
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ OSMesgQueue* nuScGetAudioMQ() {
|
|||
return &nusched.audioRequestMQ;
|
||||
}
|
||||
|
||||
Unk0* func_80088EFC(void) {
|
||||
return &MQ_800E8B4C;
|
||||
OSMesgQueue* nuScGetGfxMQ() {
|
||||
return &nusched.graphicsRequestMQ;
|
||||
}
|
||||
|
||||
INCLUDE_ASM(const s32, "_ob_past_brick", nuScEventHandler);
|
||||
|
|
|
|||
Loading…
Reference in New Issue