mirror of
https://github.com/zeldaret/tmc
synced 2026-06-02 10:10:37 -04:00
Merge branch 'master' into cleanup_declarations
This commit is contained in:
+1
-1
@@ -168,7 +168,7 @@ void sub_0809F7BC(Entity* this) {
|
||||
cloud = sub_0809F770(this);
|
||||
if (cloud != NULL) {
|
||||
uVar1 = Random();
|
||||
cloud->nonPlanarMovement = gUnk_081247C8[uVar1 & 3];
|
||||
cloud->speed = gUnk_081247C8[uVar1 & 3];
|
||||
cloud->direction = (u8)(uVar1 >> 8) & 31;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user