mirror of
https://github.com/zeldaret/tp
synced 2026-06-13 05:57:09 -04:00
a072e71c33
* Z2SoundHandles: decomp portions
* start decomping: Z2SpeechMgr2, Z2SoundHandles
* Z2SoundHandles::stopAllSounds(): ok
* Z2SoundHandles::getHandleUserData(): ok
* Z2SoundInfo: header
* Z2SoundObjBase::framework(): ok
* Z2SoundObjBase::Z2SoundObjBase(), Z2SoundObjBase::init(): ok
* Z2SoundObjBase::~Z2SoundObjBase(): ok
* Z2SoundObjBase::stopOK(): ok
* Z2SoundObjBase::stopOK, incomplete Z2SoundObjBase::dispose()
* clang-format
* Z2SoundObjBase::dispose(): ok
* JAISound::operator->(): null assert
* JAIAudience: stub
* Z2SoundObject::{init, deleteObject, isAlive}: ok
* Z2SeMgr: elaborate struct (and decl JAISoundHandles to support this)
* start subclassing Z2SoundObjBase; nonmatching Z2SoundObjSimple::init()
* Z2SeMGr::{incrCrowdSize, decrCrowdSize}: ok
* Z2MultiSeMgr::resetMultiSePos(): ok
* Z2WolfHowlMgr.h: decls
* Z2SoundStarter: move to decls and fix postprocess.py symbol pass
* Z2AudioArcLoader: decls
* Z2SoundObjMgr: ok some fns
- deleteEnemyAll()
- isTwilightBattle()
- setGhostEnemyState()
additionally elaborates parts of the Z2Creature hierarchy
* delete unused .s files and add tool to find them (only runs on linux)
* run clang-format
* postprocess.py: comment out debugging
* add python step to ok-check workflow
* address review comments
* address review comments
Co-authored-by: notyourav <65437533+notyourav@users.noreply.github.com>
Co-authored-by: Pheenoh <pheenoh@gmail.com>
Co-authored-by: notyourav <65437533+notyourav@users.noreply.github.com>
25 lines
1.1 KiB
ArmAsm
25 lines
1.1 KiB
ArmAsm
/* 802A9A70 002A69B0 94 21 FF F0 */ stwu r1, -0x10(r1)
|
|
/* 802A9A74 002A69B4 7C 08 02 A6 */ mflr r0
|
|
/* 802A9A78 002A69B8 90 01 00 14 */ stw r0, 0x14(r1)
|
|
/* 802A9A7C 002A69BC 38 C0 00 00 */ li r6, 0
|
|
/* 802A9A80 002A69C0 3C A0 62 66 */ lis r5, 0x62666361@ha
|
|
/* 802A9A84 002A69C4 38 05 63 61 */ addi r0, r5, 0x62666361@l
|
|
/* 802A9A88 002A69C8 7C 04 00 00 */ cmpw r4, r0
|
|
/* 802A9A8C 002A69CC 41 82 00 08 */ beq lbl_802A9A94
|
|
/* 802A9A90 002A69D0 48 00 00 24 */ b lbl_802A9AB4
|
|
lbl_802A9A94:
|
|
/* 802A9A94 002A69D4 80 83 00 04 */ lwz r4, 4(r3)
|
|
/* 802A9A98 002A69D8 80 A4 00 00 */ lwz r5, 0(r4)
|
|
/* 802A9A9C 002A69DC 38 04 00 04 */ addi r0, r4, 4
|
|
/* 802A9AA0 002A69E0 90 03 00 04 */ stw r0, 4(r3)
|
|
/* 802A9AA4 002A69E4 80 03 00 08 */ lwz r0, 8(r3)
|
|
/* 802A9AA8 002A69E8 7C 80 2A 14 */ add r4, r0, r5
|
|
/* 802A9AAC 002A69EC 48 00 00 1D */ bl readBFCA__16Z2AudioArcLoaderFPCv
|
|
/* 802A9AB0 002A69F0 38 C0 00 01 */ li r6, 1
|
|
lbl_802A9AB4:
|
|
/* 802A9AB4 002A69F4 7C C3 33 78 */ mr r3, r6
|
|
/* 802A9AB8 002A69F8 80 01 00 14 */ lwz r0, 0x14(r1)
|
|
/* 802A9ABC 002A69FC 7C 08 03 A6 */ mtlr r0
|
|
/* 802A9AC0 002A6A00 38 21 00 10 */ addi r1, r1, 0x10
|
|
/* 802A9AC4 002A6A04 4E 80 00 20 */ blr
|