diff options
author | Sewef <elagroum@gmail.com> | 2021-06-17 14:12:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-17 14:12:06 +0200 |
commit | fd55a0d0154242f155afd2981d64f3156d92d53d (patch) | |
tree | ecda9f9dde7de862d5fc63c7689c8f224661ad0d | |
parent | d02be421bcc22bb3aea82c23a687120359a0b357 (diff) |
Update src/battle_message.c
Nothing happened.
Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
-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 ca87ced09..ae30a2a62 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][17 = +static const u8 sATypeMove_Table[NUMBER_OF_MON_TYPES][17] = { [TYPE_NORMAL] = _("a NORMAL move"), [TYPE_FIGHTING] = _("a FIGHTING move"), |