diff options
author | Max <34987259+mparisi20@users.noreply.github.com> | 2020-10-07 17:55:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-07 17:55:42 -0400 |
commit | 2a7ed2ea787182bc981df3fb159a305eb5644b9e (patch) | |
tree | d58cea0f3d1025e9989a6a3d90dcec228c345f20 /asm/SDK/OS/OSReset.s | |
parent | 584d9820b7537d98faae452b833db7e4f1589816 (diff) | |
parent | 03689acd2403f9e3f2c34db61cc41b80f83fcd2e (diff) |
Merge pull request #132 from mparisi20/master
Split SC, WENC, and ARC; Update compiler path in makefile
Diffstat (limited to 'asm/SDK/OS/OSReset.s')
-rw-r--r-- | asm/SDK/OS/OSReset.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/SDK/OS/OSReset.s b/asm/SDK/OS/OSReset.s index eb427c6..dc489de 100644 --- a/asm/SDK/OS/OSReset.s +++ b/asm/SDK/OS/OSReset.s @@ -283,7 +283,7 @@ lbl_80270020: /* 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
-/* 80270030 0026BC90 48 07 C4 0D */ bl func_802EC43C
+/* 80270030 0026BC90 48 07 C4 0D */ bl SCGetIdleMode
/* 80270034 0026BC94 48 00 3C E9 */ bl __OSStopPlayRecord
/* 80270038 0026BC98 48 00 35 F5 */ bl __OSUnRegisterStateEvent
/* 8027003C 0026BC9C 48 01 C7 F1 */ bl __DVDPrepareReset
|