diff options
| author | Elliptic Ellipsis <elliptic.ellipsis@gmail.com> | 2022-06-21 23:32:13 +0100 |
|---|---|---|
| committer | Elliptic Ellipsis <elliptic.ellipsis@gmail.com> | 2022-06-21 23:32:13 +0100 |
| commit | 66fb42033db0e282339dd0bdb485dde0d1d4c26a (patch) | |
| tree | ca31c5c86e120442e5b52a34dc2988b594fb1c74 /src/object/object35.c | |
| parent | ca06566e2f5ad17936951eacb08a6b6d919736fb (diff) | |
Even more
Diffstat (limited to 'src/object/object35.c')
| -rw-r--r-- | src/object/object35.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/object35.c b/src/object/object35.c index 17d9733d..29ffef83 100644 --- a/src/object/object35.c +++ b/src/object/object35.c @@ -160,7 +160,7 @@ void Object35_Type2(Object35Entity* this) { void Object35_Type2Init(Object35Entity* this) { super->action = 1; - super->timer = 0x10; + super->timer = 16; super->z.HALF.HI -= 0x10; if (super->type2 == 0) { super->frameIndex = 2; |
