Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Sprite][Color][Anim] Various Pokemon Sprite Fixes (WIP) #4346

Draft
wants to merge 29 commits into
base: beta
Choose a base branch
from

Commits on Sep 14, 2024

  1. 451 - Skorupi [Animation Fix] - @rival_kieran

    - Fixed chopped up legs in Front Base, Front Shiny, Back Base and Back Shiny.
    - Fixed in all animations a single choppy/weird animation loop that cut off and gave the animation itself a weird janky feeling. Removed it entirely.
    - Fixed .json files accordingly. All files should be indexed, too.
    pom-eranian committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    4b014cd View commit details
    Browse the repository at this point in the history
  2. 582 Vanillite [Position Fix] - @rival_kieran

    - Moves Front Base and Front Shiny to the center of the stage via adding padding to the right side of the sprite (currently the total width is 96 pixels wide, biggest allowed) and by centering the frames.
    - Both should work and Vanillite doesn't have variants yet.
    pom-eranian committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    f56096b View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. 696 697 Tyrunt Tyrantrum [Colorfixes] - @ rival_kieran

    - Fixed Front Shiny exp for Tyrunt (used to have the base color in 5/6 of the frames of its exp on the tailspike, it should load properly now without flicker).
    - !! IMPORTANT !! Back Shiny exp for Tyrunt is currently unused because there's a worse copy of it in the /variant/exp/back folder (and I've checked and this is the one the masterlist calls for) it'd be best to revert it as the one in /variant/exp/back has extra colors due to two weird pixels + there's no real need as Tyrunt doesn't have a Base Replace
    - Epic variant has been tweaked for all sprites to un-custom the eye (as it had been edited to have a slit eye instead of the ring it should have in Tyrantrum and a slightly modified ring in Tyrunt) and slightly tweak the claws (in Tyrunt, the arm claws had an extra unneeded color as border that caused issues, in Tyrantrum they weren't split properly for a change the Epic introduced). (This affects: Static Front, Static Back, Front exp, Back exp)
    - Base sprites have been edited so all variants can load from shader/.json file. .json file has been put in its respective folder and should work.
    - All spritesheets should be indexed and clean.
    pom-eranian committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    2bf3249 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from pom-eranian/sprite-skorupi

    [Sprite] 451 - Skorupi Animation Fix - @ rival_kieran
    pom-eranian committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    6b2d311 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from pom-eranian/sprite-tyrunt

    [Sprite] 696 697 Tyrunt Tyrantrum [Colorfixes] - @ rival_kieran
    pom-eranian committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b550ed3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86459f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b057f54 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a9e86b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a0a15cd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4818af9 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. 774 Minior standard json for all front & back exp

    all front colors have identical json values
    all back colors have identical json values
    pom-eranian committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    c746586 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Configuration menu
    Copy the full SHA
    bcbde87 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from pom-eranian/sprite-vanillite

    [Sprite] 582 Vanillite [Position Fix] - @rival_kieran
    pom-eranian committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    12a5c7d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6 from pom-eranian/sprite-minior

    [Sprite] 774-Minior spritesheet fixes
    pom-eranian committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    dcd0711 View commit details
    Browse the repository at this point in the history
  4. 493 Arceus fairy

    pom-eranian committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    e90238a View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. 454 Toxicroak (Base + Shiny Fix) @ vari

    Adjusted base sprites to get rid of floating mouth corner.
    Sprites have been saved in indexed format.
    pom-eranian committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    4bb9b89 View commit details
    Browse the repository at this point in the history
  2. 453 454 Croagunk Toxicroak gender variants @ vari

    Recolored the new base sprites in the Variant colors. Affected sprites: All Toxicroak front sprites
    
    added a gender difference - Rare male and epic female changed colors compared to the previous version. Affected sprites: Male rare sprites, female epic sprites.
    pom-eranian committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d0465e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    438d93c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #7 from pom-eranian/sprite-toxicroak

    [Sprite] 453 454 Croagunk Toxicroak (base fix & female vatiants) @ vari
    pom-eranian committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e759f8f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #8 from pom-eranian/sprite-arceus

    [Sprite]  493 Arceus-fairy matching spritesheet and json
    pom-eranian committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    bb414ea View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    19e039a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c59bb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59c17fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    902fcf2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d5c0195 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f039c0b View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Merge pull request #9 from pom-eranian/sprite_galar-birds

    [Sprite] Galarian Bird Variants to JSON
    pom-eranian committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4aa3b45 View commit details
    Browse the repository at this point in the history
  2. 280 281 282 Ralts Kirlia Gardevoir

    fixed clipped horn on kirlia front and back
    standard palettes
    ignore mega gardevoir and gallade for now.
    pom-eranian committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3111eab View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10 from pom-eranian/sprite-kirlia

    [Sprite] 280 281 282 Ralts Kirlia Gardevoir  Palette standarized
    pom-eranian committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    6210786 View commit details
    Browse the repository at this point in the history