diff options
| author | Elliptic Ellipsis <elliptic.ellipsis@gmail.com> | 2022-03-26 00:29:39 +0000 |
|---|---|---|
| committer | Elliptic Ellipsis <elliptic.ellipsis@gmail.com> | 2022-06-21 22:55:11 +0100 |
| commit | 2cd62531cc512bf33e1d7957d443ccc90141226d (patch) | |
| tree | b0c06f5977515ce2aa6fc75b46d590bdd3899407 /src/enemy/moldworm.c | |
| parent | 2283f80d21a4cd7010fde923bc08137f434f4496 (diff) | |
Some more actionDelays
Diffstat (limited to 'src/enemy/moldworm.c')
| -rw-r--r-- | src/enemy/moldworm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/enemy/moldworm.c b/src/enemy/moldworm.c index d9d9c6ae..b4a8fccf 100644 --- a/src/enemy/moldworm.c +++ b/src/enemy/moldworm.c @@ -137,7 +137,7 @@ void sub_080231BC(Entity* this) { ent->child = NULL; sub_0804A720(this); this->action = 6; - this->timer = 0x1e; + this->timer = 30; this->parent = this; this->field_0x78.HWORD = 0x1e; this->palette.b.b0 = 5; @@ -172,7 +172,7 @@ void sub_08023330(Entity* this) { GetNextFrame(this); if (this->frame & ANIM_DONE) { this->action = 4; - this->timer = 0x19; + this->timer = 25; COLLISION_ON(this); this->field_0x78.HWORD = 600; this->direction = Random() & 0x1c; |
