mirror of
https://github.com/zeldaret/tmc
synced 2026-05-23 23:05:38 -04:00
style fix
This commit is contained in:
+2
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user