diff options
| author | rozlette <uberpanzermensch@gmail.com> | 2020-01-11 08:54:07 -0600 |
|---|---|---|
| committer | rozlette <uberpanzermensch@gmail.com> | 2020-01-11 08:54:07 -0600 |
| commit | bb9de27a16fcfa731c96ae552eecdb7a60ee8e91 (patch) | |
| tree | ac9a3118c8f3319dfeaa6628d37233c55aa8e456 /src/boot_O2_g3 | |
| parent | 727a546fcf1894061f3ec4295fa7c80083768aba (diff) | |
Decomp controller.c
Diffstat (limited to 'src/boot_O2_g3')
| -rw-r--r-- | src/boot_O2_g3/CIC6105.c | 6 |
1 files changed, 3 insertions, 3 deletions
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) { |
