mirror of
https://github.com/zeldaret/tmc
synced 2026-08-21 14:37:54 -04:00
Merge branch 'master' into cleanup_declarations
This commit is contained in:
@@ -157,15 +157,15 @@ void sub_0802C4B0(Entity* this) {
|
||||
rand = Random() & 7;
|
||||
if (rand & 4) {
|
||||
if (rand & 3) {
|
||||
this->nonPlanarMovement = gUnk_080CD568[offset | 2];
|
||||
this->speed = gUnk_080CD568[offset | 2];
|
||||
} else {
|
||||
this->nonPlanarMovement = gUnk_080CD568[offset | 0];
|
||||
this->speed = gUnk_080CD568[offset | 0];
|
||||
}
|
||||
} else {
|
||||
if (rand & 3) {
|
||||
this->nonPlanarMovement = gUnk_080CD568[offset | 1];
|
||||
this->speed = gUnk_080CD568[offset | 1];
|
||||
} else {
|
||||
this->nonPlanarMovement = gUnk_080CD568[offset | 3];
|
||||
this->speed = gUnk_080CD568[offset | 3];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user