Two functions in townMinish.c OK

Also created npc.h and format.sh'd various files.
A third function is outlined in townMinish.c, but currently
non-matching.
This commit is contained in:
21aslade
2020-06-15 16:23:10 -06:00
parent a54ec31a56
commit 06f2cd289d
9 changed files with 103 additions and 67 deletions
+1 -1
View File
@@ -16,4 +16,4 @@ void Object1C(Entity *this)
this->parent->field_0x20 &= ~(1 << this->entityType.parameter2);
DeleteThisEntity();
}
}
}