summaryrefslogtreecommitdiff
path: root/src/npc/townMinish.c
diff options
context:
space:
mode:
authoroctorock <79596758+octorock@users.noreply.github.com>2022-08-09 18:48:05 +0200
committeroctorock <79596758+octorock@users.noreply.github.com>2022-08-09 18:56:13 +0200
commitad44d63b73b52fa49f1698526e1d77b414a1991d (patch)
treedde40030bc6013105e5f9ac1234c4e50707310f0 /src/npc/townMinish.c
parentdd59d70447cab4676e66895440fe6809d092bd31 (diff)
Document some player item stuff
Diffstat (limited to 'src/npc/townMinish.c')
-rw-r--r--src/npc/townMinish.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/npc/townMinish.c b/src/npc/townMinish.c
index abf4c69c..10de6135 100644
--- a/src/npc/townMinish.c
+++ b/src/npc/townMinish.c
@@ -320,7 +320,7 @@ void sub_0806AEE4(Entity* this) {
if (tmp2 & 0x80) {
this->animationState = sub_0806F5B0(index);
}
- tmp2 &= 0x7f;
+ tmp2 &= ~0x80;
this->frame = tmp1;
this->frameIndex = tmp2;
this->frameSpriteSettings = 1;