diff options
author | Sewef <elagroum@gmail.com> | 2021-06-17 14:06:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-17 14:06:40 +0200 |
commit | d02be421bcc22bb3aea82c23a687120359a0b357 (patch) | |
tree | 7e23c0d28c85cd526416e9da47acc579ae4d0034 /src | |
parent | 69fb670955664f9f936f7b85667238546d43fa40 (diff) |
Fix sATypeMove_Table definition
Diffstat (limited to 'src')
-rw-r--r-- | src/battle_message.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_message.c b/src/battle_message.c index 7ef5fe321..ca87ced09 100644 --- a/src/battle_message.c +++ b/src/battle_message.c @@ -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"), |