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

Fix Crashes when Sprites for Pokémon are missing #1021

Merged
merged 2 commits into from
May 18, 2024

Commits on May 17, 2024

  1. Fix Crashes when Sprites for Pokémon are missing

    Fixes an issue where a missing sprite will cause the game to crash instead of using the base sprite or the Substitute sprite.
    
    Failsafes were already in place to load these backups, this code just allows a graceful fail and a simple error message instead of a crash.
    bennybroseph committed May 17, 2024
    Configuration menu
    Copy the full SHA
    79f4319 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Check Against OK status

    bennybroseph committed May 18, 2024
    Configuration menu
    Copy the full SHA
    3536618 View commit details
    Browse the repository at this point in the history