d_a_demo00 work (#2525)

* Initial work

* Got to ke_control

* draw function

* tiny execute work

* all functions worked on

* PR cleanup

* Took out static keyword for dDemo_setDemoData
This commit is contained in:
Carco_21
2025-07-10 19:16:30 -04:00
committed by GitHub
parent 3de6b37edf
commit b67414ef1a
9 changed files with 1956 additions and 1474 deletions
+4
View File
@@ -207,6 +207,9 @@ public:
J3DAnmCluster* getBlkAnm() { return mpAnm; }
void entryFrame() { entryFrame(getFrame()); }
void entryFrame(f32 frame) { mpAnm->setFrame(frame); }
private:
/* 0x14 */ J3DAnmCluster* mpAnm;
};
@@ -851,6 +854,7 @@ void mDoExt_setupStageTexture(J3DModelData* i_modelData);
OSThread* mDoExt_GetCurrentRunningThread();
void mDoExt_setupShareTexture(J3DModelData* i_modelData, J3DModelData* i_shareModelData);
void mDoExt_btkAnmRemove(J3DModelData* i_modelData);
void mDoExt_modelTexturePatch(J3DModelData* i_modelData);
#if VERSION == VERSION_SHIELD_DEBUG
s32 mDoExt_getSafeZeldaHeapSize();