diff options
Diffstat (limited to 'src/npc/pina.c')
| -rw-r--r-- | src/npc/pina.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/npc/pina.c b/src/npc/pina.c index cb73eabc..a7a2448d 100644 --- a/src/npc/pina.c +++ b/src/npc/pina.c @@ -74,7 +74,7 @@ void sub_08063AC0(Entity* this) { } void sub_08063B44(Entity* this) { - u8 tmp = gMessage.doTextBox & 0x7f; + u8 tmp = gMessage.state & MESSAGE_ACTIVE; if (tmp == 0) { this->action = 1; this->subtimer = tmp; |
