mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-23 07:21:19 +00:00
Fix typos found by codespell (#2229)
This commit is contained in:
parent
f7a0117e7d
commit
bccb219ea3
32 changed files with 71 additions and 71 deletions
|
@ -112,7 +112,7 @@ static ColliderQuadInit sQuadInit = {
|
|||
};
|
||||
|
||||
typedef enum ArmosDamageEffect {
|
||||
/* 0 */ AM_DMGEFF_NONE, // used by anything that cant kill the armos
|
||||
/* 0 */ AM_DMGEFF_NONE, // used by anything that can't kill the armos
|
||||
/* 1 */ AM_DMGEFF_NUT,
|
||||
/* 6 */ AM_DMGEFF_STUN = 6, // doesn't include deku nuts
|
||||
/* 13 */ AM_DMGEFF_ICE = 13,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue