Samuel Elliott 2023-10-26 22:20:34 +01:00
parent c5c870fe5c
commit 58413a0024
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6
3 changed files with 52 additions and 0 deletions

View File

@ -5,3 +5,4 @@ export * as the_pokemon_company from './the-pokémon-company.js';
export * as thatgamecompany from './thatgamecompany.js';
export * as concernedape from './concernedape.js';
export * as epicgames from './epicgames.js';
export * as phoenix_labs from './phoenix-labs.js';

View File

@ -1249,4 +1249,44 @@ export const titles: Title[] = [
showPlayingOnline: true,
showActiveEvent: true,
},
{
// Super Mario Bros. Wonder
id: '010015100b514000',
client: '1121122895519813642',
showPlayingOnline: true,
showActiveEvent: true,
},
{
// WarioWare: Move It!
id: '010045b018ec2000',
client: '1121123023961985054',
showPlayingOnline: true,
showActiveEvent: true,
},
{
// Super Mario RPG
id: '0100bc0018138000',
client: '1121123106942095522',
showPlayingOnline: true,
showActiveEvent: true,
},
{
// Detective Pikachu Returns
id: '010007500f27c000',
client: '1121123195882307604',
showPlayingOnline: true,
showActiveEvent: true,
},
{
// F-ZERO 99
id: '0100ccf019c8c000',
client: '1167145130294255637',
showPlayingOnline: true,
showActiveEvent: true,
},
];

View File

@ -0,0 +1,11 @@
import { Title } from '../types.js';
export const titles: Title[] = [
{
// Fae Farm
id: '010073f0189b6000',
client: '1167207629249052712',
showPlayingOnline: true,
showActiveEvent: true,
},
];