mirror of
https://github.com/zeldaret/tp
synced 2026-05-30 08:56:46 -04:00
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user