diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-08-15 23:04:46 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-08-15 23:04:46 +0200 |
commit | e2f5e7344593c980b1fbce0a67ab4d57ff76fcd7 (patch) | |
tree | 363b5e65f9cba1ee97e16df4fd21cd2f8737ca37 /src/battle_message.c | |
parent | a54fa23b5f30b0c6cc24f211137b3f6c892b3cd5 (diff) |
More battle dome
Diffstat (limited to 'src/battle_message.c')
-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 13502d6f2..78b9ac53b 100644 --- a/src/battle_message.c +++ b/src/battle_message.c @@ -1248,7 +1248,7 @@ static const u8 sText_Round2[] = _("Round 2"); static const u8 sText_Semifinal[] = _("Semifinal"); static const u8 sText_Final[] = _("Final"); -const u8 * const gRoundsStringTable[] = +const u8 *const gRoundsStringTable[] = { sText_Round1, sText_Round2, |