mirror of https://github.com/zeldaret/tmc.git
style fix
This commit is contained in:
parent
a0ff5a93b7
commit
3085e852bd
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue