Mirrors `Pokemon.lua` icon logic (`icon = species.icon - 1`, custom-icon overrides, and multi-sheet mapping).
Uses backend `pokemon/sprite-lookup` to resolve canonical species + forme + `species.icon`.
Browse all grid-based Pokemon sprites. Click a tile to select it in the tester above.
Hover a tile to see its icon number. Click to select.
Enter an item num (1-based) to preview its icon from items.png. Click any tile in the grid to select it.
Hover a tile to see its num/index/position. Click to select.
Every egg-sheet cell rendered via getPokemonSpriteRenderMeta(icon = 1451 + i). A species' egg = cell i = PokedexMisc egg_icon − 1. Generic egg = offset 135 (cell 134).
Hover a cell for its index/offset & sheet position. Click to add its offset to the highlight box. Known: Bulbasaur=1, Tangela=47, Dratini=66, Seviper=163, Riolu=225, Phione=243, Manaphy=244, generic=135.