summaryrefslogtreecommitdiff
path: root/include/player.h
diff options
context:
space:
mode:
authoroctorock <79596758+octorock@users.noreply.github.com>2021-06-11 12:22:15 +0200
committeroctorock <79596758+octorock@users.noreply.github.com>2021-07-04 16:03:58 +0200
commitfd640407bba87b9b69cd7707dcb88ae4f8014968 (patch)
tree3b1e0b4e714d1f001746817f7e07cdfd90b5eee2 /include/player.h
parent3664b4a37bfb48d2dc7f13597619ce2d48d8622b (diff)
Split item files
Diffstat (limited to 'include/player.h')
-rw-r--r--include/player.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/player.h b/include/player.h
index da6f324b..c4ef0f0f 100644
--- a/include/player.h
+++ b/include/player.h
@@ -148,6 +148,8 @@ typedef struct {
/*0x4*/ u8 stateID;
/*0x5*/ u8 field_0x5[10];
/*0xf*/ u8 field_0xf;
+ /*0x10*/ u8 field_0x10[8];
+ /*0x18*/ u32 field_0x18;
} ItemBehavior;
extern void (*const gPlayerItemFunctions[])(Entity*);