summaryrefslogtreecommitdiff
path: root/arm9/lib/src/FX_mtx43.c
diff options
context:
space:
mode:
authorMade <made111@gmx.de>2020-05-04 16:36:36 +0200
committerMade <made111@gmx.de>2020-05-04 16:36:36 +0200
commit8edaffd4aaddac79b3d15148783a74fa508c3edc (patch)
tree51d434355d3d657c8625bb059b87dd542e06cd3c /arm9/lib/src/FX_mtx43.c
parent8cd2ae6b66d4e2b2d5dbbf4e54f5a21cb21d7ebf (diff)
Decompile FX_mtx33.s
Diffstat (limited to 'arm9/lib/src/FX_mtx43.c')
-rw-r--r--arm9/lib/src/FX_mtx43.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arm9/lib/src/FX_mtx43.c b/arm9/lib/src/FX_mtx43.c
index c5d227b8..9cb8aa6e 100644
--- a/arm9/lib/src/FX_mtx43.c
+++ b/arm9/lib/src/FX_mtx43.c
@@ -3,9 +3,6 @@
#include "fx.h"
-
-
-
void MTX_ScaleApply43(struct Mtx43 *mtx, struct Mtx43 *dst, s32 x, s32 y, s32 z){
//this works because matrices are indexed columns first
MTX_ScaleApply33((struct Mtx33 *)mtx, (struct Mtx33 *)dst, x, y, z);