You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When pasting into src/data/trainers.party , certain species like Indeedee and Florges who have alternate forms get converted weirdly into src/data/trainers.h. For Florges the showdown paste is Florges-White which turns into SPECIES_FLORGES_WHITE rather than the correct SPECIES_FLORGES_WHITE_FLOWER which will cause an error upon making the .gba. Similarly Indeedee Male and Female show up as SPECIES_INDEEDEE_M,SPECIES_INDEEDEE_F instead of SPECIES_INDEEDEE_MALE or SPECIES_INDEEDEE_FEMALE.
I tested all the mons on this serebii page https://www.serebii.net/games/forms.shtml
Below is a list of Mons where this issue occurs based on my testing (besides the indeedee and florges cases above):
Basculegion (M)
Basculegion-F (F)
Floette
Flabebe
Didn't get a chance to test alcremie since showdown only allows the base form not the different ones
Version
1.9.3 (Latest release)
Upcoming/master Version
No response
Discord contact info
Robdeezy
The text was updated successfully, but these errors were encountered:
We currently have the SPECIES_FLORGES_WHITE and such defined as synonyms in the include/constants/species.h file.
In 1.10, we will discontinue the full names such as SPECIES_FLORGES_WHITE_FLOWER to keep in line with Showdown's and CFRU's standard, and also to minimize duplicity.
Do you actually have issues when building the rom, or were you describing a potential issue?
I was reporting this issue for mgriffin as they helped me troubleshoot an issue i was having with these naming issues preventing the rom from being made, Currently using the SPECIES_ format is a workaround for these outliers just wanted to bring attention to it as using SPECIES_FLORGES_WHITE was causing an error.
I also tested other forms to see if the issues persisted with them but I only found issue with Basculegion, indeedee and the florges pre-evos.
Description
When pasting into src/data/trainers.party , certain species like Indeedee and Florges who have alternate forms get converted weirdly into src/data/trainers.h. For Florges the showdown paste is Florges-White which turns into SPECIES_FLORGES_WHITE rather than the correct SPECIES_FLORGES_WHITE_FLOWER which will cause an error upon making the .gba. Similarly Indeedee Male and Female show up as SPECIES_INDEEDEE_M,SPECIES_INDEEDEE_F instead of SPECIES_INDEEDEE_MALE or SPECIES_INDEEDEE_FEMALE.
I tested all the mons on this serebii page https://www.serebii.net/games/forms.shtml
Below is a list of Mons where this issue occurs based on my testing (besides the indeedee and florges cases above):
Basculegion (M)
Basculegion-F (F)
Floette
Flabebe
Didn't get a chance to test alcremie since showdown only allows the base form not the different ones
Version
1.9.3 (Latest release)
Upcoming/master Version
No response
Discord contact info
Robdeezy
The text was updated successfully, but these errors were encountered: