diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-09-29 22:55:53 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-09-29 22:55:53 -0400 |
commit | 7c4be3103501672f96191329ae15d899eb1aae4a (patch) | |
tree | a80854618b148babb330a61ad280bfe8c0470745 /asm/SDK/OS/OSError.s | |
parent | 327f50ac00dd60c264dae63e96ced917d593c651 (diff) | |
parent | 89d7e06a792a5859b3d284257612820feb2980a2 (diff) |
Merge branch 'master' of https://github.com/doldecomp/pokerevo into label_ctors
Diffstat (limited to 'asm/SDK/OS/OSError.s')
-rw-r--r-- | asm/SDK/OS/OSError.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/SDK/OS/OSError.s b/asm/SDK/OS/OSError.s index 77045d2..f6d1b5e 100644 --- a/asm/SDK/OS/OSError.s +++ b/asm/SDK/OS/OSError.s @@ -43,7 +43,7 @@ lbl_8026B4E8: /* 8026B528 00267188 90 61 00 68 */ stw r3, 0x68(r1) /* 8026B52C 0026718C 7F A3 EB 78 */ mr r3, r29 /* 8026B530 00267190 90 01 00 70 */ stw r0, 0x70(r1) -/* 8026B534 00267194 4B F6 13 F9 */ bl func_801CC92C +/* 8026B534 00267194 4B F6 13 F9 */ bl vprintf /* 8026B538 00267198 7F 84 E3 78 */ mr r4, r28 /* 8026B53C 0026719C 7F C5 F3 78 */ mr r5, r30 /* 8026B540 002671A0 38 7F 00 00 */ addi r3, r31, 0 |