diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-09-19 11:10:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-19 11:10:43 -0400 |
commit | b1d7f955b8ec6774bb4513275bd3da49fd70d7cb (patch) | |
tree | f9ab0486453c02f364e8ccb72a1fd5f7fa634dc6 /asm/text_4.s | |
parent | ceb0e333275a9c402760b208915b9c95bc6d20fa (diff) | |
parent | 8a01e14089b25a56b14a2cdb85e91893a2478fb6 (diff) |
Merge pull request #53 from red031000/master
split NMWException and split/decompile ptmf
Diffstat (limited to 'asm/text_4.s')
-rw-r--r-- | asm/text_4.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/text_4.s b/asm/text_4.s index 53306fa..d5a8373 100644 --- a/asm/text_4.s +++ b/asm/text_4.s @@ -85088,7 +85088,7 @@ lbl_80164C9C: /* 80164CD8 00160938 38 A0 00 00 */ li r5, 0 /* 80164CDC 0016093C 38 E0 00 80 */ li r7, 0x80 /* 80164CE0 00160940 98 08 00 04 */ stb r0, 4(r8) -/* 80164CE4 00160944 48 06 21 84 */ b func_801C6E68 +/* 80164CE4 00160944 48 06 21 84 */ b __construct_array lbl_80164CE8: /* 80164CE8 00160948 38 00 00 00 */ li r0, 0 /* 80164CEC 0016094C B0 03 00 00 */ sth r0, 0(r3) |