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 /src/script.c | |
| parent | d1a2586001ddad7bde47fd37d66f62f6fe2792bf (diff) | |
Decompile the rest of playerItemBottle (renamed from sword spin)
Diffstat (limited to 'src/script.c')
| -rw-r--r-- | src/script.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/script.c b/src/script.c index 6c837afd..884ade4a 100644 --- a/src/script.c +++ b/src/script.c @@ -2130,8 +2130,8 @@ void sub_0807FBD4(Entity* entity, ScriptExecutionContext* context) { void sub_0807FBFC(Entity* entity, ScriptExecutionContext* context) { gSave.stats.charm = 0; gSave.stats.charmTimer = 0; - gSave.stats.unkB = 0; - gSave.stats.unkTimer = 0; + gSave.stats.picolyteType = 0; + gSave.stats.picolyteTimer = 0; gSave.stats.effect = 0; gSave.stats.effectTimer = 0; } |
