Update src/battle_message.c
Nothing happened. Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
This commit is contained in:
parent
d02be421bc
commit
fd55a0d015
1 changed files with 1 additions and 1 deletions
|
@ -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"),
|
||||
|
|
Loading…
Reference in a new issue