mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-22 10:04:40 -05:00
16 lines
210 B
C
16 lines
210 B
C
#ifndef GUARD_STR_DAMAGE_H
|
|
#define GUARD_STR_DAMAGE_H
|
|
|
|
struct DamageStruct
|
|
{
|
|
s32 dmg;
|
|
s32 residualDmgType;
|
|
u32 typeEffectiveness;
|
|
u8 type;
|
|
bool8 isCrit;
|
|
u8 unkE;
|
|
u8 unkF;
|
|
};
|
|
|
|
#endif
|