pokerogue/src/data
sirzento 01de9b9b58
[Feature] Added pokemon nicknames/renaming (#2570)
* Added basic temp renaming

* Made nickname persistant after reloading

* Localization and cancel button

* Fixed instant rename on active pokemon

* Small bugfix to prevent console errors

* Changed logic to use the new nickname field. Replaced most .name with getNameToRender() for display.

* Changed evolution message. Removed log messagesc

* Added localization keys for other languages

* Removed empty lines

* French translation

Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>

* Chinese translation

Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>

* Portuguese (Brazil) translation

Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>

* Korean translation

Co-authored-by: Enoch <enoch.jwsong@gmail.com>

* Update menu.ts

* Update menu.ts [Localization(it)]

* Changed most .getNameToRender() instance to getPokemonNameWithAffix()

* Changed wild encounter messages back to just use the name without affix.

* Added localization for the party ui rename selection

* Escaping nickname characters to support all characters

* Better Error handling

* Update src/field/pokemon.ts

Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>

---------

Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
2024-07-22 12:46:52 -04:00
..
ability.ts [Feature] Added pokemon nicknames/renaming (#2570) 2024-07-22 12:46:52 -04:00
api-generator.script.ts Add dependency cruiser command (#2192) 2024-06-16 00:26:37 -04:00
arena-tag.ts [Feature] Added pokemon nicknames/renaming (#2570) 2024-07-22 12:46:52 -04:00
battle-anims.ts [QoL] Reorganize Enum Locations (#2185) 2024-06-13 18:44:23 -04:00
battle-stat.ts The stat messages can now be plural (#2600) 2024-07-11 11:47:22 -04:00
battler-tags.ts [Feature] Added pokemon nicknames/renaming (#2570) 2024-07-22 12:46:52 -04:00
berry.ts [Localization] Localize Berry Heal message (#2996) 2024-07-13 19:31:36 +01:00
biomes.ts Add dependency cruiser command (#2192) 2024-06-16 00:26:37 -04:00
challenge.ts Refactor challenges and add fresh start (#2963) 2024-07-11 07:34:49 +10:00
daily-run.ts [QoL] Reorganize Enum Locations (#2185) 2024-06-13 18:44:23 -04:00
dialogue.ts [Feature] Add Missing Champion Dialogue (#2120) 2024-06-15 16:47:44 +01:00
egg-moves.ts Update Egg Moves (#2227) 2024-06-14 17:30:36 -05:00
egg.ts [QoL] Create default overrides class and export that with custom overrides (#2999) 2024-07-12 21:18:52 +01:00
exp.ts ESLint - The Essential Linter and Formatter for JavaScript and TypeScript (#1224) 2024-05-23 11:03:10 -04:00
gender.ts ESLint - The Essential Linter and Formatter for JavaScript and TypeScript (#1224) 2024-05-23 11:03:10 -04:00
move.ts [Feature] Added pokemon nicknames/renaming (#2570) 2024-07-22 12:46:52 -04:00
nature.ts [Test] Prevent tests from running if overrides are different from the default values (#2110) 2024-07-11 18:22:22 +01:00
pokeball.ts [Test] Prevent tests from running if overrides are different from the default values (#2110) 2024-07-11 18:22:22 +01:00
pokemon-evolutions.ts Allow Roaming Form Gimmighoul to be caught (#2760) 2024-07-06 11:16:08 -05:00
pokemon-forms.ts [Feature] Added pokemon nicknames/renaming (#2570) 2024-07-22 12:46:52 -04:00
pokemon-level-moves.ts Add remaining relearn moves (#2894) 2024-07-22 11:14:15 -04:00
pokemon-species.ts Revert (#2895) and (#1685) (#2896) 2024-07-07 17:03:34 +01:00
pokemon-stat.ts [Test] Prevent tests from running if overrides are different from the default values (#2110) 2024-07-11 18:22:22 +01:00
splash-messages.ts [Feature][FUN] add breedersInSpace splash message (#2631) 2024-07-12 16:13:33 -05:00
status-effect.ts move status effect enum into separate file (#2998) 2024-07-12 17:32:30 +01:00
temp-battle-stat.ts [Localization] Localized the statname in the X Item description (#2264) 2024-06-15 21:54:53 -04:00
terrain.ts [Bug] Grounded on Terrain fixes (#2969) 2024-07-11 10:21:38 -04:00
tms.ts [Balance] Add 12 new TMs and remove 3 (#2733) 2024-07-20 02:16:19 +01:00
trainer-config.ts Hardcoded Pokemon should have proper names (#2941) 2024-07-10 22:02:15 +01:00
trainer-names.ts [QoL] Reorganize Enum Locations (#2185) 2024-06-13 18:44:23 -04:00
type.ts [Move] Implements Conversion 2 (#2943) 2024-07-15 13:12:35 -04:00
variant.ts [QOL] UI Improvement - Shiny Icon (#2372) 2024-06-25 13:48:48 -04:00
weather.ts [Test] Prevent tests from running if overrides are different from the default values (#2110) 2024-07-11 18:22:22 +01:00