mirror of
https://github.com/zeldaret/ph
synced 2026-07-10 22:31:57 -04:00
Add MapBase and some components
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#pragma once
|
||||
|
||||
#include "global.h"
|
||||
#include "types.h"
|
||||
|
||||
#include "System/SysNew.hpp"
|
||||
|
||||
class TriggerBase : public SysObject {
|
||||
/* 00 (vtable) */
|
||||
/* 04 */ unk8 mUnk_04;
|
||||
/* 05 */ u8 mType;
|
||||
/* 06 */ unk8 mUnk_06[2];
|
||||
/* 08 */ u32 mUnk_08;
|
||||
/* 0c */ u32 mUnk_0c;
|
||||
/* 10 */ u32 mUnk_10;
|
||||
/* 14 */
|
||||
};
|
||||
Reference in New Issue
Block a user