mirror of https://github.com/zeldaret/tmc.git
Fix fix
This commit is contained in:
parent
673b8d2e69
commit
defe055ff4
|
@ -60,7 +60,7 @@ bool32 sub_0806F3E4(Entity* ent) {
|
||||||
GenericEntity tmp_ent;
|
GenericEntity tmp_ent;
|
||||||
s8* p;
|
s8* p;
|
||||||
|
|
||||||
if ((gPlayerState.field_0x1c & ~0x80) != 1)
|
if ((gPlayerState.field_0x1c & 0x7F) != 1)
|
||||||
return 0;
|
return 0;
|
||||||
switch (gPlayerState.gustJarSpeed) {
|
switch (gPlayerState.gustJarSpeed) {
|
||||||
case 1:
|
case 1:
|
||||||
|
|
Loading…
Reference in New Issue