nileplumb / PkmnShuffleMap

Pokémon Shuffle Icons for Pokémon Go Maps and Reporting Bots
45 stars 29 forks source link

Missing Shadows (Gale of Darkness) #10

Open daadyrbarn opened 4 years ago

daadyrbarn commented 4 years ago

Missing shadow forms for Raikou, Entei, and Suicune. Crobat filename has 160 instead of 169.

But thanks a lot for keeping this resource up to date!

daadyrbarn commented 4 years ago

Also, shadow Mewtwo was just added to the game master, so might consider adding that as well :)

nileplumb commented 4 years ago

As far as I know @daadyrbarn not a single project actually uses the shadow form images, they took a long time to create and now (nearly?) every pokémon has a shadow form in code, seeing as none were used and projects like PMSF layer their shadow images there seemed to be no point in creating them.

As for crobat, the actual id existed too so it would have shown on the map if wild, but I've just renamed them so thanks.

daadyrbarn commented 4 years ago

Oh, that's too bad. I'm using them for a pvp draft spreadsheet, so I guess I'm not really the target audience 😅

Anyway, thanks again for making all these and I'll keep checking back in case you decide to make more shadow forms anyway!

nileplumb commented 3 years ago

I recently added a few more shadows to the uicons branch mate

MercuryEnigma commented 1 year ago

Firstly, thank you for putting together this great resource! I'd also like to request shadow Pokemon, at least those available in the original Colosseum/XD: Gale of Darkness. I am also using this for a project, and it would make it a lot cleaner.

I understand you're busy and doing this on your spare time.

nileplumb commented 1 year ago

I might address, some more of these in the New Year

MercuryEnigma commented 1 year ago

That would be really nice! Even just adding the Shadow layer/effect would be really helpful. This is the list I was thinking of: https://m.bulbapedia.bulbagarden.net/wiki/List_of_Shadow_Pok%C3%A9mon

nileplumb commented 1 year ago

@MercuryEnigma so from that list of gale of Darkness shadows i think i need to create/publish the following families.

If/When I undertake this i'll cross reference everything with whatever Pokémon Go Id's I can find, I'm not sure they have shadow ids in Go at the moment so I may just leave them 'blank/SHADOW' eg 123_fSHADOW.png.

nileplumb commented 1 year ago

Cross reference complete all your Gamecube ones are technically accounted for in Go's games code already. There's ALOT of work to do

nileplumb commented 1 year ago

shadows recently received changes in the game (use new 'alignment' trait instead of a 'form') this makes it a lot less annoying to put the id's in all shadows are alignment = 1, all purified alignment = 2