From 43e2dadc1276bf8cbce507da6964eaf205332201 Mon Sep 17 00:00:00 2001 From: hev7 <143887945+hev7@users.noreply.github.com> Date: Wed, 26 Nov 2025 04:48:34 +0000 Subject: Link b_mgn, tbox equivalent (#2867) * Link b_mgn * tbox equivalent --- include/d/actor/d_a_tbox.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/d/actor/d_a_tbox.h b/include/d/actor/d_a_tbox.h index b28a5ad518..2341edd33c 100644 --- a/include/d/actor/d_a_tbox.h +++ b/include/d/actor/d_a_tbox.h @@ -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; } -- cgit v1.2.3