Confused on overworld sprite sizes. Are they 16 or 17 wide?

  • 2
    Posts
    2
    Years
    • Seen Jan 16, 2025
    I was going to recreate some sprites but every sprite I found seemed to be a little bit wider than 16 pixels, usually just by 1 or 2 extra. It's not a huge deal I'm just wondering why that is.

    [PokeCommunity.com] Confused on overworld sprite sizes. Are they 16 or 17 wide?
     
    Most if not all the NPC's internally are 32x32 for each frame. Some exceptions are large NPC's, such as large Pokemon, that use 64x64 for each frame. If you check out the Spriter's Resource for HGSS, you can see some human NPC's can get pretty wide. Claire's side frames and Whitney's front-facing frame for example almost reach the edges of their 32x32 boundary.

    Personally, I would recommend using the space necessary for your sprite and then chop it down if it feels too large. starting with a small restriction like 16px wide leads to pixels hugging the edge too often.
     
    Most if not all the NPC's internally are 32x32 for each frame. Some exceptions are large NPC's, such as large Pokemon, that use 64x64 for each frame. If you check out the Spriter's Resource for HGSS, you can see some human NPC's can get pretty wide. Claire's side frames and Whitney's front-facing frame for example almost reach the edges of their 32x32 boundary.

    Personally, I would recommend using the space necessary for your sprite and then chop it down if it feels too large. starting with a small restriction like 16px wide leads to pixels hugging the edge too often.
    Thanks for the info
     
    Back
    Top