Relocated TYPE_NAME_LENGTH and ABILITY_NAME_LENGTH

This commit is contained in:
LOuroboros
2022-07-10 20:08:28 -03:00
parent 15f386ede6
commit a1004485c5
2 changed files with 2 additions and 3 deletions

View File

@@ -22,9 +22,6 @@ struct MultiPartnerMenuPokemon
/*0x1D*/ u8 language;
};
#define TYPE_NAME_LENGTH 6
#define ABILITY_NAME_LENGTH 12
// defines for the u8 array gTypeEffectiveness
#define TYPE_EFFECT_ATK_TYPE(i)((gTypeEffectiveness[i + 0]))
#define TYPE_EFFECT_DEF_TYPE(i)((gTypeEffectiveness[i + 1]))