there is a messup currently the icons folder in generation 8 is the swsh icons which we need to move to a dedicated swsh folder
sprites/pokemon/versions/
├── generation-iii/
│ ├── ruby-sapphire/
│ ├── firered-leafgreen/
│ └── icons/ <-- [NEW: 32x32 Gen 3 Menu Icons (1–386)]
│ └── emerald/
│ ├── (static sprites)
│ └── animated/ <-- [NEW APNG/GIFs]
│
├── generation-iv/
│ ├── icons/ <-- [NEW: 32x32 Gen 4 Menu Icons (1–493)]
│ ├── diamond-pearl/
│ │ ├── (static sprites)
│ │ └── animated/ <-- [NEW APNG/GIFs]
│ ├── platinum/
│ │ ├── (static sprites)
│ │ └── animated/ <-- [NEW APNG/GIFs]
│ └── heartgold-soulsilver/
│ ├── (static sprites)
│ └── animated/ <-- [NEW APNG/GIFs]
│
├── generation-vi/
│ ├── icons/ <-- [NEW from Gen 6 icons]
│ ├── x-y/
│ │ └── (3D battle snapshots)
│ └── omega-ruby-alpha-sapphire/
│ └── (3D battle snapshots)
│
├── generation-vii/
│ ├── ultra-sun-ultra-moon/
│ │ ├── (3D battle snapshots)
│ │ └── icons/ <-- [MOVE from generation-vii/icons]
│ └── lets-go-pikachu-lets-go-eevee/ <-- [NEW]
│ ├── (800x800 3D model renders)
│ └── icons/ <-- (52x52 LGPE cartoon icons)
│
├── generation-viii/
│ ├── sword-shield/ <-- [RESTRUCTURE from generic icons/]
│ │ ├── (3D battle snapshots)
│ │ └── icons/ <-- (68x56 SwSh party icons)
│ ├── brilliant-diamond-shining-pearl/
│ │ ├── (3D select screen renders)
│ │ └── icons/ <-- [MOVE from current BDSP root]
│ └── legends-arceus/ <-- [NEW]
│ ├── (3D model renders)
│ └── icons/ <-- (Hisui woodblock UI icons)
│
└── generation-ix/
├── scarlet-violet/
│ ├── (3D model snapshots)
│ └── icons/ <-- [MOVE from current SV root]
├── legends-za/ <-- [NEW]
│ ├── (3D model snapshots)
│ └── icons/ <-- (Legends Z-A UI icons)
└── champions/
└── icons/ <-- [MOVE from current champions root]
Generation 2
resolved in #264
gold/transparent/shiny/,gold/transparent/back/,gold/transparent/back/shiny/silver/transparent/shiny/,silver/transparent/back/,silver/transparent/back/shiny/201-a.png–201-z.png) tocrystal/transparent/,transparent/shiny/,transparent/back/,transparent/back/shiny/Generation 3
Generation 4
Add
animated/folder in the games for above onesResolved with #270
Generation 6
Generation 7
Generation 8
there is a messup currently the icons folder in generation 8 is the swsh icons which we need to move to a dedicated swsh folder
Generation 9
Discrepancies
it should look somewhat like this