Merge pull request #545 from GriffinRichards/sync-fieldmap

Sync fieldmap
This commit is contained in:
GriffinR
2022-09-12 14:31:51 -04:00
committed by GitHub
16 changed files with 191 additions and 188 deletions
+1 -1
View File
@@ -3500,7 +3500,7 @@ static bool8 LinkPlayerDetectCollision(u8 selfObjEventId, u8 a2, s16 x, s16 y)
}
}
}
return MapGridIsImpassableAt(x, y);
return MapGridGetCollisionAt(x, y);
}
static void CreateLinkPlayerSprite(u8 linkPlayerId, u8 gameVersion)