d_a_kytag06 fully done / d_msg_class/object work (#300)

* d_a_kytag06 OK and d_msg_class/object wip

* add some GXDraw functions

* cleanup kytag6

* remove asm
This commit is contained in:
TakaRikka
2023-02-25 18:23:13 -08:00
committed by GitHub
parent 4df6e8edea
commit bf663a0e3d
112 changed files with 5132 additions and 7404 deletions
-9
View File
@@ -12,15 +12,6 @@
// Types:
//
struct mDoMtx_stack_c {
/* 8000CD64 */ void transS(cXyz const&);
/* 8000CD9C */ void transM(f32, f32, f32);
/* 8000CE38 */ void scaleM(f32, f32, f32);
/* 8000CF7C */ void quatM(Quaternion const*);
static u8 now[48];
};
struct mDoCPd_c {
static u8 m_cpadInfo[256];
};
File diff suppressed because it is too large Load Diff
@@ -11,14 +11,6 @@
// Types:
//
struct mDoMtx_stack_c {
/* 8000CD9C */ void transM(f32, f32, f32);
/* 8000CF44 */ void ZXYrotM(csXyz const&);
/* 8000CF7C */ void quatM(Quaternion const*);
static u8 now[48];
};
struct daMirror_c {
/* 8003194C */ void entry(J3DModel*);
};