From 65ab0fb1cb33d7586752ad10ed6e8b3713a4e809 Mon Sep 17 00:00:00 2001 From: Tal Hayon Date: Sun, 13 Feb 2022 06:58:56 +0200 Subject: Decompile the rest of playerItemBottle (renamed from sword spin) --- src/script.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/script.c') 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; } -- cgit v1.2.3