summaryrefslogtreecommitdiff
path: root/src/object/objectB2.c
diff options
context:
space:
mode:
authorElliptic Ellipsis <elliptic.ellipsis@gmail.com>2022-06-21 23:32:13 +0100
committerElliptic Ellipsis <elliptic.ellipsis@gmail.com>2022-06-21 23:32:13 +0100
commit66fb42033db0e282339dd0bdb485dde0d1d4c26a (patch)
treeca31c5c86e120442e5b52a34dc2988b594fb1c74 /src/object/objectB2.c
parentca06566e2f5ad17936951eacb08a6b6d919736fb (diff)
Even more
Diffstat (limited to 'src/object/objectB2.c')
-rw-r--r--src/object/objectB2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/objectB2.c b/src/object/objectB2.c
index 7cbff895..ceefcfac 100644
--- a/src/object/objectB2.c
+++ b/src/object/objectB2.c
@@ -8,7 +8,7 @@ void ObjectB2(Entity* this) {
if (this->action == 0) {
this->action = 1;
- this->timer = 0x10;
+ this->timer = 16;
this->direction = this->type << 3;
if (this->collisionLayer == 2) {
collisionData = gMapTop.collisionData;