Identify more `nuGfx` variables

This commit is contained in:
gijs 2023-10-20 12:44:32 +02:00
parent 7c5ef2df8e
commit c23bc3a884
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,9 @@ nuScRetraceCounter = 0x800C4BCC;
nuScPreNMIFlag = 0x800C4800;
nuScPreNMIFunc = 0x800A9E60;
nuGfxCfb = 0x800E8290;
nuGfxCfbNum = 0x800A9E80;
nuGfxCfbCounter = 0x800C4BC4;
nuGfxCfb_ptr = 0x800E8210;
nuBoot = 0x8007F880;
nuScCreateScheduler = 0x80088C50; // rom:0x19050

View File

@ -435,7 +435,7 @@ void func_8007382C(void) {
gDPPipeSync(obPtrDisplayList++);
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);
gDPPipeSync(obPtrDisplayList++);