mirror of https://github.com/zeldaret/oot.git
cleanup: EnGeldBDamageReactions -> EnGeldBDamageReaction
This commit is contained in:
parent
70b49119d6
commit
1c351c0819
|
@ -177,14 +177,14 @@ static ColliderQuadInit sSwordQuadInit = {
|
|||
{ { { 0.0f, 0.0f, 0.0f }, { 0.0f, 0.0f, 0.0f }, { 0.0f, 0.0f, 0.0f }, { 0.0f, 0.0f, 0.0f } } },
|
||||
};
|
||||
|
||||
typedef enum EnGeldBDamageReactions {
|
||||
typedef enum EnGeldBDamageReaction {
|
||||
/* 0x0 */ GELDB_DMG_NORMAL,
|
||||
/* 0x1 */ GELDB_DMG_STUN,
|
||||
/* 0x6 */ GELDB_DMG_UNK_6 = 0x6,
|
||||
/* 0xD */ GELDB_DMG_UNK_D = 0xD,
|
||||
/* 0xE */ GELDB_DMG_UNK_E,
|
||||
/* 0xF */ GELDB_DMG_FREEZE
|
||||
} EnGeldBDamageReactions;
|
||||
} EnGeldBDamageReaction;
|
||||
|
||||
static DamageTable sDamageTable = {
|
||||
/* Deku nut */ DMG_ENTRY(0, GELDB_DMG_STUN),
|
||||
|
|
Loading…
Reference in New Issue