diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2023-07-30 23:51:54 +0200 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2023-12-29 22:56:38 +0100 |
| commit | b28f865051ab27862d14077a046f2eea6e72191e (patch) | |
| tree | c2ae5a1aa2ff7fe1a6a85b71f56c40b7896030d1 /include | |
| parent | a443cb5d497d5e06245e92d417a69fb03a2c5941 (diff) | |
Create new entity structs for Player Items
Diffstat (limited to 'include')
| -rw-r--r-- | include/enemy/octorokBoss.h | 2 |
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; |
