kbembedded / Flipper-Zero-Game-Boy-Pokemon-Trading

Pokemon trade from Flipper Zero to Game Boy for Generation I & II games (Pokemon Red, Blue, Yellow, Gold, Silver, and Crystal)
MIT License
318 stars 18 forks source link

Feat: Create sprites for each Unown form #38

Open kbembedded opened 4 months ago

kbembedded commented 4 months ago

Describe the process.

Small touch, but, would like to be able to display the correct Unown form on select and trade screens.

This needs more than just sprite work, it also needs some work to be able to put these sprites in the sprite sheet in a way that they can be correctly pulled out and not disrupt other pokemon.

I have an idea for how to go about this using a lookup table prepended to the spritesheet that points at the base offset for the selected Pokemon number (rather than just assuming that all sprites are the same size and in the exact national Pokedex order). This could then use a base + letter offset, putting the 202nd Pokemon after the Unown sprite cluster.

Game boy

No response