From ba0e2309822b1c3f27134cfd42521bfe227012eb Mon Sep 17 00:00:00 2001 From: Jcw87 Date: Sun, 16 Jul 2023 15:47:32 -0700 Subject: [PATCH] J3DUDL --- libs/JSystem/J3DU/J3DUDL.cpp | 28 +++------------------------- 1 file changed, 3 insertions(+), 25 deletions(-) diff --git a/libs/JSystem/J3DU/J3DUDL.cpp b/libs/JSystem/J3DU/J3DUDL.cpp index 93e5377efec..3696a633ba6 100644 --- a/libs/JSystem/J3DU/J3DUDL.cpp +++ b/libs/JSystem/J3DU/J3DUDL.cpp @@ -4,32 +4,10 @@ // #include "JSystem/J3DU/J3DUDL.h" -#include "dol2asm.h" +#include "JSystem/J3DGraphBase/J3DShapeMtx.h" #include "dolphin/types.h" -// -// Types: -// - -struct J3DShapeMtx { - /* 80273E08 */ bool getUseMtxNum() const; -}; - -// -// Forward References: -// - -extern "C" bool getUseMtxNum__11J3DShapeMtxCFv(); - -// -// External References: -// - -// -// Declarations: -// - /* 80273E08-80273E10 26E748 0008+00 0/0 4/0 0/0 .text getUseMtxNum__11J3DShapeMtxCFv */ -bool J3DShapeMtx::getUseMtxNum() const { - return true; +u32 J3DShapeMtx::getUseMtxNum() const { + return 1; }