Art isn't fast, so I made a system to use other Pokemon's art as a placeholder for Pokemon that haven't been drawn yet, you still have to actually register the Pokemon as a costume in the costume editor and fill in the data in the costume name! The system prefers to choose Pokemon of the same evolution path whenever possible, if there is no art done of any Pokemon in the evolution path it will resort to the Pokemon that shares the most in common as far as Pokemon type such as Grass Pokemon using Grass types as placeholders, preference is held for the left most type entered, meaning a Steel ghost type will choose a Steel type Pokemon as a placeholder over a Ghost type Pokemon, whereas if it's entered as Ghost steel it will choose the Ghost type, additionally this also applies to the Pokemon it's choosing, a Steel ghost type will use another Steel ghost type over a Ghost steel type. The text rendering will default to a # if it doesn't have the letter needed. In retrospect this could probably more efficiently be done by finding each unique combination of types associated with a Pokemon with unfinished art and ranking all the other Pokemon one of each evolution path by how similar they are, then for a given Pokemon first narrow it down to a evolution path then just pull the highest ranked one. There aren't really all that many unique combinations so this would likely wind up much more fast if you wanted to find the best placeholder art for lots and lots of Pokemon at once. Though, few people need that many in a short span!