diff options
Diffstat (limited to 'src/npc/cat.c')
| -rw-r--r-- | src/npc/cat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/npc/cat.c b/src/npc/cat.c index d2f42aec..eb364e8f 100644 --- a/src/npc/cat.c +++ b/src/npc/cat.c @@ -219,7 +219,7 @@ void sub_0806797C(CatEntity* this) { void sub_0806799C(CatEntity* this) { UpdateAnimationSingleFrame(super); - if ((gMessage.doTextBox & 0x7f) == 0) { + if ((gMessage.state & MESSAGE_ACTIVE) == 0) { sub_08067B08(this); SetEntityPriority(super, PRIO_PLAYER); } |
