diff options
| author | Revo <projectrevotpp@hotmail.com> | 2020-10-14 13:43:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-14 13:43:45 -0400 |
| commit | dc9abb9c6b7b67d83299a72e2663d9188b316033 (patch) | |
| tree | 391698bc6632c28703a23a0fc422739461ed31e1 /asm/SDK/FS | |
| parent | 483227d77a6f6a45d44d1c1717cfb624b0f4d342 (diff) | |
| parent | b7e191774fcc03c4bcd82a74dd6555e522fea8aa (diff) | |
Merge pull request #142 from mparisi20/master
split db_assert and db_console, label OSReport and OSVReport, and label the rest of text_10_2
Diffstat (limited to 'asm/SDK/FS')
| -rw-r--r-- | asm/SDK/FS/fs.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/SDK/FS/fs.s b/asm/SDK/FS/fs.s index f3d27b5..5c3462e 100644 --- a/asm/SDK/FS/fs.s +++ b/asm/SDK/FS/fs.s @@ -32,7 +32,7 @@ lbl_802A4720: /* 802A474C 002A03AC 3C 60 80 44 */ lis r3, lbl_8043BF90@ha
/* 802A4750 002A03B0 38 63 BF 90 */ addi r3, r3, lbl_8043BF90@l
/* 802A4754 002A03B4 4C C6 31 82 */ crclr 6
-/* 802A4758 002A03B8 4B D6 33 6D */ bl func_80007AC4
+/* 802A4758 002A03B8 4B D6 33 6D */ bl OSReport
/* 802A475C 002A03BC 3B E0 FF EA */ li r31, -22
/* 802A4760 002A03C0 48 00 00 98 */ b lbl_802A47F8
lbl_802A4764:
@@ -58,7 +58,7 @@ lbl_802A478C: /* 802A47AC 002A040C 3C 60 80 44 */ lis r3, lbl_8043BF90@ha
/* 802A47B0 002A0410 38 63 BF 90 */ addi r3, r3, lbl_8043BF90@l
/* 802A47B4 002A0414 4C C6 31 82 */ crclr 6
-/* 802A47B8 002A0418 4B D6 33 0D */ bl func_80007AC4
+/* 802A47B8 002A0418 4B D6 33 0D */ bl OSReport
/* 802A47BC 002A041C 3B E0 FF EA */ li r31, -22
/* 802A47C0 002A0420 48 00 00 38 */ b lbl_802A47F8
lbl_802A47C4:
|
