mirror of https://github.com/zeldaret/tmc.git
gibdo.c
Co-authored-by: notyourav <65437533+notyourav@users.noreply.github.com>
This commit is contained in:
parent
1fde5e8382
commit
e1429efe92
|
@ -366,7 +366,7 @@ NONMATCH("asm/non_matching/gibdo/sub_08037A58.inc", void sub_08037A58(Entity* th
|
||||||
END_NONMATCH
|
END_NONMATCH
|
||||||
|
|
||||||
void sub_08037ACC(Entity* this) {
|
void sub_08037ACC(Entity* this) {
|
||||||
gPlayerState.flags.all &= 0xFFFFFEFF;
|
gPlayerState.flags.all &= ~0x100;
|
||||||
gPlayerEntity.flags |= 0x80;
|
gPlayerEntity.flags |= 0x80;
|
||||||
gPlayerEntity.hurtBlinkTime = 0x1e;
|
gPlayerEntity.hurtBlinkTime = 0x1e;
|
||||||
gPlayerEntity.field_0x3e = this->animationState << 3;
|
gPlayerEntity.field_0x3e = this->animationState << 3;
|
||||||
|
|
Loading…
Reference in New Issue