diff options
| author | Ibot02 <jtp.jtp@gmx.de> | 2022-01-02 14:55:56 +0100 |
|---|---|---|
| committer | Ibot02 <jtp.jtp@gmx.de> | 2022-01-02 14:55:56 +0100 |
| commit | ba7bb2e2cacbfd49563c33279766e217cb96b882 (patch) | |
| tree | 2bc0d466da129f97bc834879d4a24abd90ce5d60 /include/enemy | |
| parent | 3f790d80b490489eb619824e9767cef24f518744 (diff) | |
gyorgMale.c: new entity system
Diffstat (limited to 'include/enemy')
| -rw-r--r-- | include/enemy/gyorg.h | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/include/enemy/gyorg.h b/include/enemy/gyorg.h index 66ef35a2..a45b3657 100644 --- a/include/enemy/gyorg.h +++ b/include/enemy/gyorg.h @@ -33,6 +33,24 @@ typedef struct { typedef struct { Entity base; + u8 unk_68[0x8]; + u16 unk_70; + u16 unk_72; + u16 unk_74; + u16 unk_76; + u16 unk_78; + u16 unk_7a; + u8 unk_7c; + u8 unk_7d; + u16 unk_7e; + u16 unk_80; + u16 unk_82; + u16 unk_84; + u16 unk_86; +} GyorgMaleEntity; + +typedef struct { + Entity base; u8 unk_68[0xC]; u16 unk_74; u16 unk_76; @@ -62,8 +80,8 @@ typedef struct { typedef struct { GyorgBossObjectEntity* boss; GyorgFemaleEntity* female; - GenericEntity* male1; - GenericEntity* male2; + GyorgMaleEntity* male1; + GyorgMaleEntity* male2; GyorgFemaleMouthEntity* unk_10; GenericEntity* unk_14; void* unk_18[0x8]; |
