summaryrefslogtreecommitdiff
path: root/src/npc/talon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/npc/talon.c')
-rw-r--r--src/npc/talon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/npc/talon.c b/src/npc/talon.c
index 4b62dd22..7a93007e 100644
--- a/src/npc/talon.c
+++ b/src/npc/talon.c
@@ -119,7 +119,7 @@ void sub_08065680(TalonEntity* this) {
}
void sub_080656A4(TalonEntity* this) {
- if ((gMessage.doTextBox & 0x7F) == 0) {
+ if ((gMessage.state & MESSAGE_ACTIVE) == 0) {
super->action = this->unk_69;
InitAnimationForceUpdate(super, this->unk_6a);
}