Cool, thanks! Could you please link to a post or something that could tell me how to delete pokemon?
If you want to delete from the party,
then that's on this page. Judging by the discord conversations I'm guessing you're talking about deleting entire species though right? :sweat:
Yeah like I said before I'd really recommend not doing that, but I'll try to go over what I know. These don't have to be in any specific order but your game won't compile untill you're finished cleaning out all of these files:
- Delete the species whereever it appears in btpokemon.txt
- Delete the species whereever it appears in encounters.txt
- Delete the species whereever it appears in fancycuppm.txt
- Delete the species whereever it appears in fancycupsingletr.txt
- Delete the species whereever it appears in littlecuppm.txt
- Delete the species whereever it appears inpikacuppm.txt
- Delete the species whereever it appears in pokecuppm.txt
- Delete the species whereever it appears in pokemon.txt
- Delete the species whereever it appears in pokemonforms.txt
- Delete the species whereever it appears in tm.txt
- Delete the species whereever it appears in trainers.txt
- Remove its' images from folder Graphics>Battles
- Remove its' images from the folder Graphics>Icons
- Remove its' sounds from the folder Audio>SE>Cries
I think that's everything...anyway, the basic point is you have to carefully remove the species from every place it is mentioned, and missing a spot will cause a game crash when compiling
(well the image and sound files won't cause a crash because they're organized by number, not by the species name). It's an annoying and time consuming process to go through honestly. If you're amking a game with all Fakemon and don't want any of the existing pokemon in there, I'd add on your new species at the end of the pokemon.txt and then worry about setting up
a regional dex later. You can easilly conceal things from the player like this and have your Fakemon be in the correct numberical order even when the written information starts at number 500 something. Just delete all the old pokemon's graphics and it'll be a clean job.