-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nidoran F or M #3718
Comments
Can't we just use ♀ and ♂ directly? According to this Reddit post the game supports Unicode in nicknames. |
@jrjhealey is this possible now? |
I'm not sure. I don't recall seeing any PRs to fix this (though I also didn't really look that hard). I never bother to define rename rules, so I don't know if it's possible but perhaps you just need to define a slightly different renaming rule/different syntax to cope with the space in the name? Not sure if this is required to be integrated directly in to the bot code. @TheSavior do you happen to know if this can be done already? |
Adding a string replace in nickname_pokemon.py should do it, around line 334. Eg.
|
@Gobberwart PR? |
I would but my current fork has a bunch of changes in it related to another PR, and I have no clue how to work on two simultaneous forks. Sorry, new to github. |
Branches :p Not urgent, feel free to wait until you have finished on the current work |
This was done and can be closed now |
Is there a possibility to truncate the space from Nidoran F and Nidoran M?
Because i use "nickname_template":"{name:.8s}-{iv_pct}" and they are both named Nidoran -000. If the space could be trucated then it would become NidoranF-000 or NidoranM-000.
I'm not a programmer and thats why i'm asking it.
The text was updated successfully, but these errors were encountered: