diff --git a/src/discord/titles/nintendo.ts b/src/discord/titles/nintendo.ts index ba57501..c4c6c67 100644 --- a/src/discord/titles/nintendo.ts +++ b/src/discord/titles/nintendo.ts @@ -1045,6 +1045,22 @@ export const titles: Title[] = [ showActiveEvent: true, }, + { + // Mario Strikers: Battle League Football + id: '010019401051c000', + client: '966534341662482462', + showPlayingOnline: true, + showActiveEvent: true, + }, + { + // Mario Strikers: Battle League Football - First Kick + id: '01008a30182f2000', + client: '966534341662482462', + largeImageText: 'First Kick', + showPlayingOnline: true, + showActiveEvent: true, + }, + { // Fire Emblem Warriors: Three Hopes id: '010071f0143ea000', @@ -1052,4 +1068,12 @@ export const titles: Title[] = [ showPlayingOnline: true, showActiveEvent: true, }, + + { + // Live A Live + id: '0100cf801776c000', + client: '966534559929860167', + showPlayingOnline: true, + showActiveEvent: true, + }, ];