Solved a bunch of -Wall errors on modern
This commit is contained in:
+2
-2
@@ -372,8 +372,8 @@ static const u8 *const sActionTexts[] =
|
||||
|
||||
static const struct MenuAction sSelectTradeMonActions[] =
|
||||
{
|
||||
{sText_Summary2, Task_DrawSelectionSummary},
|
||||
{sText_Trade2, Task_DrawSelectionTrade}
|
||||
{sText_Summary2, {Task_DrawSelectionSummary}},
|
||||
{sText_Trade2, {Task_DrawSelectionTrade}}
|
||||
};
|
||||
|
||||
static const u8 *const sMessages[] =
|
||||
|
||||
Reference in New Issue
Block a user