summaryrefslogtreecommitdiff
path: root/include/enemy
diff options
context:
space:
mode:
authorIbot02 <jtp.jtp@gmx.de>2021-12-29 15:03:34 +0100
committerIbot02 <jtp.jtp@gmx.de>2021-12-29 15:03:34 +0100
commit7f0caf50fafe9f8a28e7a5fd256c5bb071ba2fb8 (patch)
tree10bb153f9212259008ca9ae73943e79a3e7b54be /include/enemy
parent770a98c8bd1b73199e8f84a1e0708dfc2d1d6fd8 (diff)
GyorgFemaleEye to new entity style
Diffstat (limited to 'include/enemy')
-rw-r--r--include/enemy/gyorg.h37
1 files changed, 37 insertions, 0 deletions
diff --git a/include/enemy/gyorg.h b/include/enemy/gyorg.h
new file mode 100644
index 00000000..ea2e9ad1
--- /dev/null
+++ b/include/enemy/gyorg.h
@@ -0,0 +1,37 @@
+#ifndef ENEMY_GYORG_H
+#define ENEMY_GYORG_H
+
+#include "enemy.h"
+
+typedef struct {
+ Entity base;
+ u8 unk_68[0x8];
+ u16 unk_70;
+ u8 unk_72[0x6];
+ u8 unk_78;
+ u8 unk_79;
+ u16 unk_7a;
+ u8 unk_7c;
+ u8 unk_7d;
+ u8 unk_7e[1];
+ u8 unk_7f;
+ u8 unk_80;
+ u8 unk_81[1];
+ u8 unk_82;
+ u8 unk_83[5];
+} GyorgFemaleEntity;
+
+typedef struct {
+ GenericEntity* unk_00;
+ u8 unk_04[0x4];
+ Entity* unk_08;
+ Entity* unk_0c;
+ void* unk_10;
+ void* unk_14;
+ void* unk_18[0x8];
+ u16 unk_38;
+ u16 unk_3a;
+ u8 unk_3c;
+} GyorgFemaleHeap;
+
+#endif