mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-10 02:48:49 +00:00
18 lines
441 B
TypeScript
18 lines
441 B
TypeScript
|
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!'
|
||
|
];
|