Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

Missing Version Sprites Tracker

Đang mở
#258 2 bình luận 1 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Độ khó
5/5
Thời gian dự kiến
Hơn một tuần
Mức phù hợp với người mới
45/100
Loại issue
Tính năng
Độ rõ ràng
Khá rõ ràng
Mức độ hoạt động
Sôi nổi
Lĩnh vực
content

Hướng nghiên cứu

Bắt đầu trong sprites/pokemon/versions/ và so sánh bố cục hiện có của các thế hệ VI–IX với cây thư mục được đề xuất. Sử dụng các danh mục được liên kết của Bulbagarden và Spriters Resource để xác định các icon và render chưa được kiểm tra; hoàn tất có nghĩa là các asset được yêu cầu đã được thêm vào và các icon hiện có đã được chuyển vào các thư mục riêng theo từng game.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

enhancement help wanted

Generation 2

resolved in #264

Generation 3

Generation 4

Add animated/ folder in the games for above ones

Resolved 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

  • No icons for generation 6
  • Generation 7 icons are different between sm/usum and lgpe so icon folder should go inside game folder currently its outside needs refactoring
  • same for generation 8
  • generation 9 we have no 3d renders but we should still follow convention and move the current sprites which are icons into icon folders

it should look somewhat like this

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]
Ngôn ngữ chính
Python
Star
1.7k
Fork
378
Merge trung bình
22 giờ 18 phút
Pull request đã merge (30 ngày)
25

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của PokeAPI/sprites

Tất cả issue của PokeAPI/sprites

Issue tương tự

Thêm issue về Python

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.