summaryrefslogtreecommitdiff
path: root/arm9/lib/include/gx.h
diff options
context:
space:
mode:
authorMade <made111@gmx.de>2020-05-15 03:47:36 +0200
committerMade <made111@gmx.de>2020-05-15 03:47:36 +0200
commit7e9089849989d5e930eb5b5f7cecfd8d2c6c379c (patch)
tree50ccca8e970b7738cf7ecf0420d6a5444b031362 /arm9/lib/include/gx.h
parent14a5ca7ae49912305b1bcbaa180cfc9fdf8ff17a (diff)
Decompile GX_g3imm.s and GX_state.s
Diffstat (limited to 'arm9/lib/include/gx.h')
-rw-r--r--arm9/lib/include/gx.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/arm9/lib/include/gx.h b/arm9/lib/include/gx.h
index a17132ed..c542f560 100644
--- a/arm9/lib/include/gx.h
+++ b/arm9/lib/include/gx.h
@@ -307,6 +307,12 @@ void G2x_SetBlendBrightness_(u16 *ptr, fx32 a, fx32 brightness);
void G2x_SetBlendBrightnessExt_(u16 *ptr, fx32 a, fx32 b, fx32 c, fx32 d, fx32 brightness);
void *G2x_ChangeBlendBrightness_(u16 *ptr, fx32 brightness);
-//GXi_NopClearFifo128_ probably asm
+//GX_state
+void GX_InitGXState();
+
+//GX_g3imm
+void G3_LoadMtx43(struct Mtx43 *mtx);
+void G3_MultMtx43(struct Mtx43 *mtx);
+void G3_MultMtx33(struct Mtx33 *mtx);
#endif //GUARD_GX_H