mirror of
https://github.com/zeldaret/tmc
synced 2026-07-11 15:28:41 -04:00
decomp deathFx.c
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user