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