main npc funcs named

This commit is contained in:
theo3
2020-06-17 21:25:52 -07:00
parent 268dafde5d
commit 841a20ca2d
88 changed files with 587 additions and 512 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ extern void sub_08067C44();
extern void (*gCat[9])(Entity*);
// Main
void sub_080677B4(Entity* ent) {
void Cat(Entity* ent) {
gCat[ent->action](ent);
sub_08067C44(ent);
if (((ent->flags & 128) == 0) && ((ent->entityType).parameter1 != 5)) {