pokerogue/src/data
damocleas 19c61a041f
[Misc] New Splash Texts, March 2025 (#5345)
* Update splash-messages.ts 1

* Add Pokemon name splash text

This will display a random Pokemon's name, followed by an exclamation point (ex. "Bulbasaur!").

* Make Pokemon name splash message weighted

* Update splash-messages.ts

* Update splash-messages.ts

* fix trailing spaces

* Update splash-messages.ts

* Update splash-messages.ts

* Add splashes which use random Pokemon

* Update splash message tests

* Update splash-messages.ts

* Update splash-messages.ts

* Missing comma

* Fix length on test

It even says to do so whenever weight multipliers are adjusted...

* Update splash-messages.ts

* add missing prefix thing

* adjusted comment in splash_messages.test.ts

* Update splash-messages.ts

* fix blank line

* Add gender splash message code

This makes the specific April Fools splash message functional.
Also fixed a linter issue with the randomPokemon code.

* Update title-ui-handler.ts changed battles won fallback number to -1

* Update splash-messages.ts

* changed afd to 2 days

* Update splash_messages.test.ts

* Update src/data/splash-messages.ts

Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>

---------

Co-authored-by: Madmadness65 <blaze.the.fireman@gmail.com>
Co-authored-by: Madmadness65 <59298170+Madmadness65@users.noreply.github.com>
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
2025-03-27 19:56:26 -07:00
..
balance [Refactor] Moveset arrays can no longer hold null values (#4919) 2025-03-26 19:12:54 -07:00
moves [Item] Add Weather and Terrain Extender Item (#4799) 2025-03-26 22:40:46 -04:00
mystery-encounters [Item] Add Weather and Terrain Extender Item (#4799) 2025-03-26 22:40:46 -04:00
ability.ts [Bug] Stop Shield Dust and Gluttony from Displaying (#5564) 2025-03-27 15:01:33 -04:00
arena-tag.ts [Bug] Fix Reviver Seed and endure triggering on indirect damage (#5182) 2025-03-23 22:59:19 +00:00
battle-anims.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
battler-tags.ts [Refactor] Moveset arrays can no longer hold null values (#4919) 2025-03-26 19:12:54 -07:00
berry.ts [Refactor] Moveset arrays can no longer hold null values (#4919) 2025-03-26 19:12:54 -07:00
challenge.ts [Refactor] Moveset arrays can no longer hold null values (#4919) 2025-03-26 19:12:54 -07:00
custom-pokemon-data.ts [Refactor] Refactor moves.ts part 1 (#5420) 2025-03-07 19:10:29 -06:00
daily-run.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
dialogue.ts [Balance] Implement more trainer types & add to biomes (#5520) 2025-03-25 01:51:59 -04:00
egg-hatch-data.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
egg.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
exp.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
gender.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
nature.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
pokeball.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
pokemon-forms.ts [Refactor] Moveset arrays can no longer hold null values (#4919) 2025-03-26 19:12:54 -07:00
pokemon-species.ts [Balance] G-Max Form Re-Evaluation (#5545) 2025-03-26 17:57:30 -05:00
splash-messages.ts [Misc] New Splash Texts, March 2025 (#5345) 2025-03-27 19:56:26 -07:00
status-effect.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
terrain.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
trainer-config.ts [Balance] Implement more trainer types & add to biomes (#5520) 2025-03-25 01:51:59 -04:00
trainer-names.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
type.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
variant.ts [Refactor] Replace all instances of integer with number (#5250) 2025-02-04 17:56:13 -07:00
weather.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00