mirror of
https://github.com/zeldaret/tmc
synced 2026-05-24 23:22:08 -04:00
Fix fix
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ bool32 sub_0806F3E4(Entity* ent) {
|
||||
GenericEntity tmp_ent;
|
||||
s8* p;
|
||||
|
||||
if ((gPlayerState.field_0x1c & ~0x80) != 1)
|
||||
if ((gPlayerState.field_0x1c & 0x7F) != 1)
|
||||
return 0;
|
||||
switch (gPlayerState.gustJarSpeed) {
|
||||
case 1:
|
||||
|
||||
Reference in New Issue
Block a user