diff --git a/src/pokeball.c b/src/pokeball.c index 5bbeb5c96a..2b09deb28d 100644 --- a/src/pokeball.c +++ b/src/pokeball.c @@ -1319,6 +1319,10 @@ void LoadBallGfx(u8 ballId) switch (ballId) { case BALL_DIVE: +// BUGFIX: The thrown Timer Ball has a unique fully open sprite that is never used, as it was never included in this case +#ifdef BUGFIX + case BALL_TIMER: +#endif case BALL_LUXURY: case BALL_PREMIER: break;