Added constants for nature and species length

This commit is contained in:
Frank
2023-04-10 08:51:24 -04:00
parent f6aa148946
commit 59101819de
2 changed files with 414 additions and 415 deletions
+1 -2
View File
@@ -24,8 +24,7 @@ static const u8 sSassyNatureName[] = _("SASSY");
static const u8 sCarefulNatureName[] = _("CAREFUL");
static const u8 sQuirkyNatureName[] = _("QUIRKY");
const u8 *const gNatureNamePointers[] =
{
const u8 *const gNatureNamePointers[NUM_NATURES] = {
[NATURE_HARDY] = sHardyNatureName,
[NATURE_LONELY] = sLonelyNatureName,
[NATURE_BRAVE] = sBraveNatureName,