diff options
| author | Elliptic Ellipsis <elliptic.ellipsis@gmail.com> | 2022-06-22 00:00:57 +0100 |
|---|---|---|
| committer | Elliptic Ellipsis <elliptic.ellipsis@gmail.com> | 2022-06-22 00:00:57 +0100 |
| commit | 69568e03b0e717ec0e451cf753ebfde88c48e010 (patch) | |
| tree | 522a315a27038d377d66338863abac1e6ba3fe26 /src/enemy/wallMaster.c | |
| parent | 66fb42033db0e282339dd0bdb485dde0d1d4c26a (diff) | |
Should be the rest of them
Diffstat (limited to 'src/enemy/wallMaster.c')
| -rw-r--r-- | src/enemy/wallMaster.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/enemy/wallMaster.c b/src/enemy/wallMaster.c index 85942393..18a1238c 100644 --- a/src/enemy/wallMaster.c +++ b/src/enemy/wallMaster.c @@ -74,7 +74,7 @@ void sub_0802A534(Entity* this) { Entity* ent = sub_08049DF4(1); if (ent != NULL) { this->action = 2; - this->timer = 0x5a; + this->timer = 90; COLLISION_ON(this); this->spriteSettings.draw = 3; this->x.HALF.HI = ent->x.HALF.HI; |
