summaryrefslogtreecommitdiff
path: root/asm/SDK/OS/OSReset.s
diff options
context:
space:
mode:
authorRevo <projectrevotpp@hotmail.com>2020-10-07 12:13:54 -0400
committerGitHub <noreply@github.com>2020-10-07 12:13:54 -0400
commitdc7cf112216ffbdf579b9fb83c484bc6209e4361 (patch)
tree6428d37cb2c2a2cb9ee1a9a4208dd9a6318b9d5f /asm/SDK/OS/OSReset.s
parent1727ef90223ba7992e2fc85508e49d2c1db7d2b5 (diff)
parent3394a98df4c1293aced048294c0ae5b99f9eb155 (diff)
Merge pull request #130 from mparisi20/master
Split AXFX library and part of SC library, and resolve unknown functions in GX library
Diffstat (limited to 'asm/SDK/OS/OSReset.s')
-rw-r--r--asm/SDK/OS/OSReset.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/SDK/OS/OSReset.s b/asm/SDK/OS/OSReset.s
index 1d6365b..eb427c6 100644
--- a/asm/SDK/OS/OSReset.s
+++ b/asm/SDK/OS/OSReset.s
@@ -277,9 +277,9 @@ OSShutdownSystem:
/* 80270010 0026BC70 90 01 00 44 */ stw r0, 0x44(r1)
/* 80270014 0026BC74 38 61 00 08 */ addi r3, r1, 8
/* 80270018 0026BC78 4B D9 40 ED */ bl memset
-/* 8027001C 0026BC7C 48 07 A9 31 */ bl func_802EA94C
+/* 8027001C 0026BC7C 48 07 A9 31 */ bl SCInit
lbl_80270020:
-/* 80270020 0026BC80 48 07 A9 CD */ bl func_802EA9EC
+/* 80270020 0026BC80 48 07 A9 CD */ bl SCCheckStatus
/* 80270024 0026BC84 28 03 00 01 */ cmplwi r3, 1
/* 80270028 0026BC88 41 82 FF F8 */ beq lbl_80270020
/* 8027002C 0026BC8C 38 61 00 08 */ addi r3, r1, 8