summaryrefslogtreecommitdiff
path: root/src/object/cloud.c
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2020-07-18 16:03:20 -0700
committertheo3 <arisstephenson2@gmail.com>2020-07-18 16:03:20 -0700
commitc084cfbae27e5f9cd542c3e36a8564e04bf2b226 (patch)
tree6d4692d61887aeb2cc67f8b997188e7be9d7c0b4 /src/object/cloud.c
parentcce6a23fbb89e59909e0bd7e8b63292a996e5e91 (diff)
updated flag func calls
Diffstat (limited to 'src/object/cloud.c')
-rw-r--r--src/object/cloud.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/cloud.c b/src/object/cloud.c
index 027899cd..c55e0d57 100644
--- a/src/object/cloud.c
+++ b/src/object/cloud.c
@@ -72,7 +72,7 @@ void sub_0809F548(Entity* this) {
void sub_0809F5B0(Entity* this) {
if (--this->actionDelay == 0) {
PlaySFX(115);
- SetGlobalFlag(36);
+ SetGlobalFlag(KUMOTATSUMAKI);
LoadRoomEntityList(&gUnk_080DD750);
DeleteThisEntity();
}