diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2023-08-06 06:12:26 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-05 21:12:26 -0600 |
| commit | dc985026fa6545bede38d841b7100eceb34e97e4 (patch) | |
| tree | 2cc4ea27185775862f14ca64a5e99d401046f40f /asm/JSystem/JKernel | |
| parent | 8b34c0210f686db96979c9a36aea45e6dda7169a (diff) | |
Jsystem work (#399)
* Almost match JASBasicInst
* JASDrumSet OK
* Some JAudio2 struct adjustment
* Match JKRHeap::callAllDisposer
* JAISe OK
* Fix setAutoDelete
* JAISound OK
* Match a few functions in linklist
* Few matches in d_a_e_ym
* JUTTexture OK
* Work on JUTGamePad
* Import JUTResource
* Work on JUTResFont::getFontCode
Diffstat (limited to 'asm/JSystem/JKernel')
| -rw-r--r-- | asm/JSystem/JKernel/JKRHeap/callAllDisposer__7JKRHeapFv.s | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/asm/JSystem/JKernel/JKRHeap/callAllDisposer__7JKRHeapFv.s b/asm/JSystem/JKernel/JKRHeap/callAllDisposer__7JKRHeapFv.s deleted file mode 100644 index cc92fbb0f6..0000000000 --- a/asm/JSystem/JKernel/JKRHeap/callAllDisposer__7JKRHeapFv.s +++ /dev/null @@ -1,25 +0,0 @@ -lbl_802CE574: -/* 802CE574 94 21 FF E0 */ stwu r1, -0x20(r1) -/* 802CE578 7C 08 02 A6 */ mflr r0 -/* 802CE57C 90 01 00 24 */ stw r0, 0x24(r1) -/* 802CE580 93 E1 00 1C */ stw r31, 0x1c(r1) -/* 802CE584 7C 7F 1B 78 */ mr r31, r3 -/* 802CE588 48 00 00 20 */ b lbl_802CE5A8 -lbl_802CE58C: -/* 802CE58C 80 61 00 08 */ lwz r3, 8(r1) -/* 802CE590 80 63 00 00 */ lwz r3, 0(r3) -/* 802CE594 38 80 FF FF */ li r4, -1 -/* 802CE598 81 83 00 00 */ lwz r12, 0(r3) -/* 802CE59C 81 8C 00 08 */ lwz r12, 8(r12) -/* 802CE5A0 7D 89 03 A6 */ mtctr r12 -/* 802CE5A4 4E 80 04 21 */ bctrl -lbl_802CE5A8: -/* 802CE5A8 80 1F 00 5C */ lwz r0, 0x5c(r31) -/* 802CE5AC 90 01 00 08 */ stw r0, 8(r1) -/* 802CE5B0 28 00 00 00 */ cmplwi r0, 0 -/* 802CE5B4 40 82 FF D8 */ bne lbl_802CE58C -/* 802CE5B8 83 E1 00 1C */ lwz r31, 0x1c(r1) -/* 802CE5BC 80 01 00 24 */ lwz r0, 0x24(r1) -/* 802CE5C0 7C 08 03 A6 */ mtlr r0 -/* 802CE5C4 38 21 00 20 */ addi r1, r1, 0x20 -/* 802CE5C8 4E 80 00 20 */ blr |
