style fix

This commit is contained in:
chandler 2020-06-12 04:26:20 -04:00
parent a0ff5a93b7
commit 3085e852bd
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,8 @@ void sub_080A0EF0(Entity* ent)
s32 tileIndex;
tileIndex = GetTileType(ent->field_0x80, 1);
if (tileIndex != 16509) {
if (tileIndex != 16509)
{
sub_08078B48();
gLinkEntity.x.WORD = ent->x.WORD;
gLinkEntity.y.HALF.HI = ent->y.HALF.HI + 4;