Link b_mgn, tbox equivalent (#2867)

* Link b_mgn

* tbox equivalent
This commit is contained in:
hev7
2025-11-26 04:48:34 +00:00
committed by GitHub
parent d7909a7652
commit 43e2dadc12
4 changed files with 16 additions and 27 deletions
+2 -2
View File
@@ -124,9 +124,9 @@ public:
/* 804959EC */ int Execute(Mtx**);
/* 80495AF0 */ int Draw();
/* 80495C9C */ int Delete();
/* 804961B0 */ int Create();
/* 804961B0 */ int Create() { return true; }
/* 804961B8 */ virtual BOOL checkSmallTbox();
/* 804961B8 */ virtual BOOL checkSmallTbox() { return TRUE; }
u32 getEvent() { return fopAcM_GetParam(this) >> 24; }
int getShapeType() { return (fopAcM_GetParam(this) >> 20) & 0xf; }