pokerogue/src/data/splash-messages.ts

18 lines
441 B
TypeScript
Raw Normal View History

2024-03-21 18:53:35 +00:00
export const splashMessages = [
'Join the Discord!',
'Infinite Levels!',
'Optional Save Scumming!',
'35 Biomes!',
'Open Source!',
'Play with 5x Speed!',
'Live Bug Testing!',
'Heavy RoR2 Influence!',
'Pokémon Risk and Pokémon Rain!',
'Infinite Fusion at Home!',
'Broken Egg Moves!',
'Mubstitute!',
'Questionable Balancing!',
'Sudden Difficulty Spikes!',
'Based on an Unfinished Flash Game!',
'YNOproject!'
];