Solved a bunch of -Wall errors on modern
This commit is contained in:
@@ -744,11 +744,11 @@ static const struct MessageWindowInfo sDisplayStdMessages[] = {
|
||||
static const u8 sText_Ellipsis[] = _("…");
|
||||
|
||||
static const struct MenuAction sKeyboardPageTitleTexts[UNION_ROOM_KB_PAGE_COUNT + 1] = {
|
||||
[UNION_ROOM_KB_PAGE_UPPER] = {gText_Upper, NULL},
|
||||
[UNION_ROOM_KB_PAGE_LOWER] = {gText_Lower, NULL},
|
||||
[UNION_ROOM_KB_PAGE_EMOJI] = {gText_Symbols, NULL},
|
||||
[UNION_ROOM_KB_PAGE_REGISTER] = {gText_Register2, NULL},
|
||||
[UNION_ROOM_KB_PAGE_COUNT] = {gText_Exit2, NULL},
|
||||
[UNION_ROOM_KB_PAGE_UPPER] = {gText_Upper, {NULL}},
|
||||
[UNION_ROOM_KB_PAGE_LOWER] = {gText_Lower, {NULL}},
|
||||
[UNION_ROOM_KB_PAGE_EMOJI] = {gText_Symbols, {NULL}},
|
||||
[UNION_ROOM_KB_PAGE_REGISTER] = {gText_Register2, {NULL}},
|
||||
[UNION_ROOM_KB_PAGE_COUNT] = {gText_Exit2, {NULL}},
|
||||
};
|
||||
|
||||
static const u16 sUnionRoomChatInterfacePal[] = INCBIN_U16("graphics/union_room_chat/interface.gbapal");
|
||||
|
||||
Reference in New Issue
Block a user