pokerogue/src/data/splash-messages.ts

23 lines
561 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!',
'Now with 33% More Salt!',
2024-03-21 18:53:35 +00:00
'Infinite Fusion at Home!',
'Broken Egg Moves!',
'Mubstitute!',
2024-03-25 16:33:35 +00:00
'That\'s Crazy!',
'Orance Juice!',
2024-03-21 18:53:35 +00:00
'Questionable Balancing!',
'Sudden Difficulty Spikes!',
'Based on an Unfinished Flash Game!',
2024-03-25 16:33:35 +00:00
'More Addictive than Intended!',
'Eevee Expo!',
2024-03-21 18:53:35 +00:00
'YNOproject!'
];