diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2023-12-29 23:07:22 +0100 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2023-12-29 23:07:22 +0100 |
| commit | 242336c3851f33caa09af7ab332071d1ae9fb8bf (patch) | |
| tree | e7dfa362696260756c5585b90224fc2ac1291a5f /src/enemy/vaatiWrath.c | |
| parent | 870c08fad6576a219deca4e6f6cc46634267248e (diff) | |
| parent | c2f081600bca5c3f1f82d7bac8bc5827faf0d17a (diff) | |
Merge branch 'master' into enemies
Diffstat (limited to 'src/enemy/vaatiWrath.c')
| -rw-r--r-- | src/enemy/vaatiWrath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/enemy/vaatiWrath.c b/src/enemy/vaatiWrath.c index 832d73ab..d3d07c84 100644 --- a/src/enemy/vaatiWrath.c +++ b/src/enemy/vaatiWrath.c @@ -634,7 +634,7 @@ void sub_08041D14(Entity* this) { Entity* pEVar1; GetNextFrame(((VaatiWrathHeapStruct*)this->myHeap)->type2); - if ((gMessage.doTextBox & 0x7f) == 0) { + if ((gMessage.state & MESSAGE_ACTIVE) == 0) { if (this->timer != 0) { this->timer--; } else { |
