Content pfp
Content
@
0 reply
0 recast
0 reaction

Andy 🎩 pfp
Andy 🎩
@tankyroo
Thank you all so much for sharing all of your Pokemon! I made some updates to the frame and added the ability to share your Pokemon!! https://pokemon-frame.vercel.app/api/share/23091
11 replies
2 recasts
9 reactions

Timtimtim 🎩 pfp
Timtimtim 🎩
@timtimtim
Is this random? or based on some sort of algo?
1 reply
0 recast
1 reaction

Andy 🎩 pfp
Andy 🎩
@tankyroo
It's based on a formula to map an FID to a Pokemon's number! That way each FID will get the same result no matter how many times they use the frame. Since there are so many more FIDs than there are Pokemon, I did: pokeId = (fid % 1025) + 1;
1 reply
0 recast
0 reaction