summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTal Hayon <talhayon1@gmail.com>2022-02-13 06:58:56 +0200
committerTal Hayon <talhayon1@gmail.com>2022-02-13 07:05:15 +0200
commit65ab0fb1cb33d7586752ad10ed6e8b3713a4e809 (patch)
treeb413587a8594acea613bae1912012153edae3e96 /include
parentd1a2586001ddad7bde47fd37d66f62f6fe2792bf (diff)
Decompile the rest of playerItemBottle (renamed from sword spin)
Diffstat (limited to 'include')
-rw-r--r--include/player.h4
-rw-r--r--include/sound.h2
2 files changed, 3 insertions, 3 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;
diff --git a/include/sound.h b/include/sound.h
index 21cab9c3..5d5f7139 100644
--- a/include/sound.h
+++ b/include/sound.h
@@ -576,7 +576,7 @@ typedef enum {
SFX_21D,
SFX_21E,
SFX_21F,
- SFX_220,
+ SFX_PICOLYTE,
SFX_221,
// special functions
SONG_STOP_ALL = 0x80010000,