summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoroctorock <79596758+octorock@users.noreply.github.com>2023-07-30 23:51:54 +0200
committeroctorock <79596758+octorock@users.noreply.github.com>2023-07-30 23:51:54 +0200
commit5899c30dc9eaaee77ded644f4324b6b297effe71 (patch)
tree2d1035d152dc92ebf873e2e08aed30846062d1f6 /include
parenteb233b05cdd259fe52737c8287fbdfc8e4bd7870 (diff)
Create new entity structs for Player Items
Diffstat (limited to 'include')
-rw-r--r--include/enemy/octorokBoss.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/enemy/octorokBoss.h b/include/enemy/octorokBoss.h
index d57c8665..afa140e2 100644
--- a/include/enemy/octorokBoss.h
+++ b/include/enemy/octorokBoss.h
@@ -20,7 +20,7 @@ typedef struct {
static_assert(sizeof(OctorokBossHeap) == 0x30);
struct OctorokBossEntity {
- Entity base;
+ /*0x00*/ Entity base;
/*0x68*/ union SplitHWord field_0x68;
/*0x6a*/ union SplitHWord field_0x6a;
/*0x6c*/ union SplitHWord field_0x6c;