From c084cfbae27e5f9cd542c3e36a8564e04bf2b226 Mon Sep 17 00:00:00 2001 From: theo3 Date: Sat, 18 Jul 2020 16:03:20 -0700 Subject: updated flag func calls --- src/object/cloud.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/object/cloud.c') 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(); } -- cgit v1.2.3