diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2022-02-13 06:58:56 +0200 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2022-02-13 07:05:15 +0200 |
| commit | 65ab0fb1cb33d7586752ad10ed6e8b3713a4e809 (patch) | |
| tree | b413587a8594acea613bae1912012153edae3e96 /include/player.h | |
| parent | d1a2586001ddad7bde47fd37d66f62f6fe2792bf (diff) | |
Decompile the rest of playerItemBottle (renamed from sword spin)
Diffstat (limited to 'include/player.h')
| -rw-r--r-- | include/player.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/player.h b/include/player.h index 68086a81..d677e6eb 100644 --- a/include/player.h +++ b/include/player.h @@ -251,7 +251,7 @@ typedef struct { /*0x07*/ u8 quiverType; /*0x08*/ u8 filler[2]; /*0x0a*/ u8 charm; - /*0x0b*/ u8 unkB; + /*0x0b*/ u8 picolyteType; /*0x0c*/ u8 itemButtons[2]; /*0x0e*/ u8 bottles[4]; /*0x12*/ u8 effect; @@ -260,7 +260,7 @@ typedef struct { /*0x18*/ u16 rupees; /*0x1a*/ u16 field_0x1a; /*0x1c*/ u16 charmTimer; - /*0x1e*/ u16 unkTimer; + /*0x1e*/ u16 picolyteTimer; /*0x20*/ u16 effectTimer; /*0x22*/ u8 filler4[4]; } Stats; |
