diff options
Diffstat (limited to 'src/npc/epona.c')
| -rw-r--r-- | src/npc/epona.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/npc/epona.c b/src/npc/epona.c index 91bfc6de..a852af99 100644 --- a/src/npc/epona.c +++ b/src/npc/epona.c @@ -54,7 +54,7 @@ void sub_08065A00(EponaEntity* this) { } void sub_08065A10(EponaEntity* this) { - if ((gMessage.doTextBox & 0x7F) == 0) { + if ((gMessage.state & MESSAGE_ACTIVE) == 0) { super->action = 1; InitAnimationForceUpdate(super, super->animationState / 2); } |
