Identify more `nuGfx` variables
This commit is contained in:
parent
7c5ef2df8e
commit
c23bc3a884
|
|
@ -3,6 +3,9 @@ nuScRetraceCounter = 0x800C4BCC;
|
||||||
nuScPreNMIFlag = 0x800C4800;
|
nuScPreNMIFlag = 0x800C4800;
|
||||||
nuScPreNMIFunc = 0x800A9E60;
|
nuScPreNMIFunc = 0x800A9E60;
|
||||||
nuGfxCfb = 0x800E8290;
|
nuGfxCfb = 0x800E8290;
|
||||||
|
nuGfxCfbNum = 0x800A9E80;
|
||||||
|
nuGfxCfbCounter = 0x800C4BC4;
|
||||||
|
nuGfxCfb_ptr = 0x800E8210;
|
||||||
|
|
||||||
nuBoot = 0x8007F880;
|
nuBoot = 0x8007F880;
|
||||||
nuScCreateScheduler = 0x80088C50; // rom:0x19050
|
nuScCreateScheduler = 0x80088C50; // rom:0x19050
|
||||||
|
|
|
||||||
|
|
@ -435,7 +435,7 @@ void func_8007382C(void) {
|
||||||
|
|
||||||
gDPPipeSync(obPtrDisplayList++);
|
gDPPipeSync(obPtrDisplayList++);
|
||||||
gDPSetRenderMode(obPtrDisplayList++, G_RM_NOOP, G_RM_NOOP2);
|
gDPSetRenderMode(obPtrDisplayList++, G_RM_NOOP, G_RM_NOOP2);
|
||||||
gDPSetColorImage(obPtrDisplayList++, G_IM_FMT_RGBA, G_IM_SIZ_16b, 320, osVirtualToPhysical(D_800E8210));
|
gDPSetColorImage(obPtrDisplayList++, G_IM_FMT_RGBA, G_IM_SIZ_16b, 320, osVirtualToPhysical(nuGfxCfb_ptr));
|
||||||
gDPSetFillColor(obPtrDisplayList++, 0x00010001);
|
gDPSetFillColor(obPtrDisplayList++, 0x00010001);
|
||||||
|
|
||||||
gDPPipeSync(obPtrDisplayList++);
|
gDPPipeSync(obPtrDisplayList++);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue