summaryrefslogtreecommitdiff
path: root/src/npc/cat.c
diff options
context:
space:
mode:
authorElliptic Ellipsis <elliptic.ellipsis@gmail.com>2022-06-22 00:00:57 +0100
committerElliptic Ellipsis <elliptic.ellipsis@gmail.com>2022-06-22 00:00:57 +0100
commit69568e03b0e717ec0e451cf753ebfde88c48e010 (patch)
tree522a315a27038d377d66338863abac1e6ba3fe26 /src/npc/cat.c
parent66fb42033db0e282339dd0bdb485dde0d1d4c26a (diff)
Should be the rest of them
Diffstat (limited to 'src/npc/cat.c')
-rw-r--r--src/npc/cat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/npc/cat.c b/src/npc/cat.c
index 541721c8..92154bbb 100644
--- a/src/npc/cat.c
+++ b/src/npc/cat.c
@@ -229,7 +229,7 @@ void sub_08067A0C(Entity* this) {
if (this->frame & ANIM_DONE) {
if (sub_08067D20(this) != 0) {
sub_08067B80(this, 5);
- this->timer = this->timer + 0x14;
+ this->timer += 20;
} else {
sub_08067C24(this);
}
@@ -303,7 +303,7 @@ void sub_08067B70(Entity* this) {
void sub_08067B80(Entity* this, u32 param) {
this->action = 5;
- this->timer = 0x14;
+ this->timer = 20;
this->field_0x74.HALF.LO = (Random() & 0x7f) + 0x1e;
InitAnimationForceUpdate(this, param);
sub_08067DDC(this);