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-07-30 23:51:54 +0200 |
| commit | 5899c30dc9eaaee77ded644f4324b6b297effe71 (patch) | |
| tree | 2d1035d152dc92ebf873e2e08aed30846062d1f6 /include | |
| parent | eb233b05cdd259fe52737c8287fbdfc8e4bd7870 (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; |
