summaryrefslogtreecommitdiff
path: root/src/npc/bigGoron.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/npc/bigGoron.c')
-rw-r--r--src/npc/bigGoron.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/npc/bigGoron.c b/src/npc/bigGoron.c
index 0767433b..ce6d1bab 100644
--- a/src/npc/bigGoron.c
+++ b/src/npc/bigGoron.c
@@ -266,7 +266,7 @@ void sub_0806D274(BigGoronEntity* this) {
case 0:
case 1:
default:
- if ((gMessage.doTextBox & 0x7f) == 0) {
+ if ((gMessage.state & MESSAGE_ACTIVE) == 0) {
super->frameIndex = 2;
break;
}