diff options
Diffstat (limited to 'src/object/objectB2.c')
| -rw-r--r-- | src/object/objectB2.c | 2 |
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; |
