Fix sATypeMove_Table definition

This commit is contained in:
Sewef 2021-06-17 14:06:40 +02:00 committed by GitHub
parent 69fb670955
commit d02be421bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1328,7 +1328,7 @@ static const u8 sText_SpaceIs[] = _(" is");
static const u8 sText_ApostropheS[] = _("'s");
// For displaying names of invalid moves
static const u8 sATypeMove_Table[][NUMBER_OF_MON_TYPES - 1] =
static const u8 sATypeMove_Table[NUMBER_OF_MON_TYPES][17 =
{
[TYPE_NORMAL] = _("a NORMAL move"),
[TYPE_FIGHTING] = _("a FIGHTING move"),