decomp deathFx.c

This commit is contained in:
Henny022p
2022-02-09 00:15:58 +01:00
parent 9360acdcc6
commit 61e780fb2a
7 changed files with 379 additions and 560 deletions
+17
View File
@@ -0,0 +1,17 @@
#ifndef TMC_DEATHFX_H
#define TMC_DEATHFX_H
#ifndef NENT_DEPRECATED
#error "deathFx.h requires new entities"
#endif
#include "entity.h"
typedef struct {
Entity base;
int filler68;
u8 unk6c;
u8 parentId;
u8 item;
} DeathFxObject;
#endif // TMC_DEATHFX_H