diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-10-16 14:56:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-16 14:56:21 -0400 |
commit | 4f5cdb01cb52848d0df73806b3af0d418c170f3d (patch) | |
tree | d6b0282e5b2a2eaa901afd65580d25b6570f3189 /asm/MSL_C/MSL_Common/ansi_files.s | |
parent | cc8c8de4b247b0bea5232eed8a89c7756740dd58 (diff) | |
parent | 836bc4ab790b6bc1b90b780a7bb799e2ea70d3e5 (diff) |
Merge pull request #147 from mparisi20/master
Label new, delete, main, and free, and remove func_80008000
Diffstat (limited to 'asm/MSL_C/MSL_Common/ansi_files.s')
-rw-r--r-- | asm/MSL_C/MSL_Common/ansi_files.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/MSL_C/MSL_Common/ansi_files.s b/asm/MSL_C/MSL_Common/ansi_files.s index 52c4156..b912ffd 100644 --- a/asm/MSL_C/MSL_Common/ansi_files.s +++ b/asm/MSL_C/MSL_Common/ansi_files.s @@ -27,7 +27,7 @@ lbl_801C78D4: /* 801C78DC 001C353C 88 03 00 0C */ lbz r0, 0xc(r3)
/* 801C78E0 001C3540 2C 00 00 00 */ cmpwi r0, 0
/* 801C78E4 001C3544 41 82 00 0C */ beq lbl_801C78F0
-/* 801C78E8 001C3548 4B E4 2E DD */ bl func_8000A7C4
+/* 801C78E8 001C3548 4B E4 2E DD */ bl free
/* 801C78EC 001C354C 48 00 00 28 */ b lbl_801C7914
lbl_801C78F0:
/* 801C78F0 001C3550 80 03 00 04 */ lwz r0, 4(r3)
|