diff options
| author | theo3 <arisstephenson2@gmail.com> | 2021-03-13 01:14:46 -0800 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2021-03-13 01:14:46 -0800 |
| commit | e251d79ffd4ee1c4b10def3ecb41f2d572c63664 (patch) | |
| tree | 29d22198d60bc4f770ae6eb78d72b2726208d34d /src/enemy/wallMaster2.c | |
| parent | ebf2ede70dad51331a0233baed8cbed42a9c13a4 (diff) | |
quick fix 🙂
Diffstat (limited to 'src/enemy/wallMaster2.c')
| -rw-r--r-- | src/enemy/wallMaster2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/enemy/wallMaster2.c b/src/enemy/wallMaster2.c index a788ad58..d0e5b1a3 100644 --- a/src/enemy/wallMaster2.c +++ b/src/enemy/wallMaster2.c @@ -83,7 +83,7 @@ void sub_0802CD54(Entity* this) { this->action = 2; tmp = Random() >> 0x10; this->actionDelay = tmp; - this->nonPlanarMovement = 0xc0; + this->speed = 0xc0; this->field_0x78.HWORD = gUnk_080CD728[Random() & 3]; this->field_0x7a.HALF.HI = (tmp >> 8) & 0x60; return; @@ -107,7 +107,7 @@ void sub_0802CDE8(Entity* this) { } else { this->action = 1; this->actionDelay = 60; - this->nonPlanarMovement = 0x60; + this->speed = 0x60; this->field_0x7c.HALF.LO = (Random() & 0x38) + 0x96; } GetNextFrame(this); |
