renamed all occurences of "link" to "player"

This commit is contained in:
theo3
2020-08-08 14:59:11 -07:00
parent 0cb4a64f67
commit ac67812a25
287 changed files with 3534 additions and 3534 deletions
+3 -3
View File
@@ -122,18 +122,18 @@ void DeleteEntity(Entity* ent)
}
}
extern Entity gLinkEntity;
extern Entity gPlayerEntity;
void sub_0805E870(Entity*);
void sub_0805E84C(void)
{
Entity* ent = &gLinkEntity;
Entity* ent = &gPlayerEntity;
do {
if ((int)ent->field_0x0 < 0) {
sub_0805E870(ent);
}
} while (ent++, ent < (&gLinkEntity + 80));
} while (ent++, ent < (&gPlayerEntity + 80));
return;
}