most of d_a_tag_spinner decompiled (#275)

* most of d_a_tag_spinner decompiled

* most of d_a_tag_spinner decompiled!

* most of daTagSpinner decompiled
This commit is contained in:
Trueffel
2023-02-09 22:42:51 +01:00
committed by GitHub
parent 5b2c3c258d
commit 68f5b6d05a
12 changed files with 84 additions and 398 deletions
@@ -1,6 +1,29 @@
#ifndef D_A_TAG_SPINNER_H
#define D_A_TAG_SPINNER_H
#include "dolphin/types.h"
#include "dol2asm.h"
#include "f_op/f_op_actor_mng.h"
#include "rel/d/a/d_a_spinner/d_a_spinner.h"
#endif /* D_A_TAG_SPINNER_H */
class daTagSpinner_c : public fopAc_ac_c {
public:
/* 0x568 */ f32 mRadius;
/* 0x56c */ f32 field_0x56c;
/* 80D618A4 */ void initBaseMtx();
/* 80D618C4 */ void setBaseMtx();
/* 80D6191C */ int Create();
/* 80D6196C */ int CreateHeap();
/* 80D61974 */ int create();
/* 80D61A00 */ int execute();
/* 80D61AB4 */ int _delete();
f32 GetR() { return mRadius; }
};
namespace daTagSpinner_prm {
u32 getSwNo(daTagSpinner_c* pActor) {
return fopAcM_GetParam(pActor);
}
} // namespace daTagSpinner_prm
#endif /* D_A_TAG_SPINNER_H */