summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authornotyourav <65437533+notyourav@users.noreply.github.com>2023-07-31 19:20:00 -0700
committerGitHub <noreply@github.com>2023-07-31 19:20:00 -0700
commit064bc43e78760b8d55d6cd4653d2b926aaea4958 (patch)
treec2ae5a1aa2ff7fe1a6a85b71f56c40b7896030d1 /include
parenta443cb5d497d5e06245e92d417a69fb03a2c5941 (diff)
parent5899c30dc9eaaee77ded644f4324b6b297effe71 (diff)
Merge pull request #618 from octorock/playerItems
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;