From bb9de27a16fcfa731c96ae552eecdb7a60ee8e91 Mon Sep 17 00:00:00 2001 From: rozlette Date: Sat, 11 Jan 2020 08:54:07 -0600 Subject: Decomp controller.c --- src/boot_O2_g3/CIC6105.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/boot_O2_g3') diff --git a/src/boot_O2_g3/CIC6105.c b/src/boot_O2_g3/CIC6105.c index 5080aff92..e52bc7542 100644 --- a/src/boot_O2_g3/CIC6105.c +++ b/src/boot_O2_g3/CIC6105.c @@ -6,9 +6,9 @@ void CIC6105_Nop80081820(void) {} void CIC6105_Nop80081828(void) {} void CIC6105_PrintRomInfo(void) { - FaultDraw_DrawText(80, 200, &D_80098280, (UNK_PTR)(*(u32*)0xA4040010)); - FaultDraw_DrawText(40, 184, &D_80098290, &D_800994D0); - FaultDraw_DrawText(56, 192, &D_800982A4, &D_800994DC); + FaultDraw_DrawText(80, 200, D_80098280, (UNK_PTR)(*(u32*)0xA4040010)); + FaultDraw_DrawText(40, 184, D_80098290, &D_800994D0); + FaultDraw_DrawText(56, 192, D_800982A4, &D_800994DC); } void CIC6105_AddRomInfoFaultPage(void) { -- cgit v1.2.3