diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2022-03-28 17:30:56 +0200 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2022-03-28 17:30:56 +0200 |
| commit | eb1158855bd7d9d2147d4b900dc918ae3cc7e386 (patch) | |
| tree | e944be03a55a903697c6c3d6fffda2f7f2b87c11 /include/player.h | |
| parent | c86ada3e3d7b91f59b9a1b9dca32047898cfa2b2 (diff) | |
Decompile some functions
Diffstat (limited to 'include/player.h')
| -rw-r--r-- | include/player.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/player.h b/include/player.h index fdb3d2d8..3e8256f9 100644 --- a/include/player.h +++ b/include/player.h @@ -303,7 +303,7 @@ typedef struct { /*0xf*/ u8 field_0xf; /*0x10*/ u16 field_0x10; /*0x12*/ u8 field_0x12[6]; - /*0x18*/ u32 field_0x18; + /*0x18*/ Entity* field_0x18; } ItemBehavior; extern void (*const gPlayerItemFunctions[])(Entity*); |
