create enemy struct and enemy flags

This commit is contained in:
theo3
2023-12-30 20:05:32 -08:00
parent 3771464496
commit 201955ea05
88 changed files with 375 additions and 345 deletions
+1 -1
View File
@@ -681,7 +681,7 @@ void KinstoneMenu_080A4528(void) {
entity->subtimer = entity->id;
entity->id = 0x56;
} else {
EnemyInit(entity);
EnemyInit((Enemy*)entity);
entity->subtimer = entity->id;
entity->id = 0x66;
}