diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-08-06 12:02:20 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-08-09 23:02:04 -0500 |
commit | 3940d36755da01324850b179c674fb36522ed71e (patch) | |
tree | 0a05cb69627a37eea81c3bd316d0415e3e87aeb8 /src/pokemon_summary_screen.c | |
parent | fce8a1b817d2033d2203c341dfa12d1115f564ca (diff) |
Label ball animations
Diffstat (limited to 'src/pokemon_summary_screen.c')
-rw-r--r-- | src/pokemon_summary_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon_summary_screen.c b/src/pokemon_summary_screen.c index 2fd7cb1ca..fe908de03 100644 --- a/src/pokemon_summary_screen.c +++ b/src/pokemon_summary_screen.c @@ -4778,7 +4778,7 @@ static void sub_80A1DCC(struct Pokemon *mon) static void sub_80A1DE8(struct Pokemon *mon) { u8 ball = ball_number_to_ball_processing_index(GetMonData(mon, MON_DATA_POKEBALL)); - sub_80478DC(ball); + LoadBallGraphics(ball); pssData.ballSpriteId = CreateSprite(&gBallSpriteTemplates[ball], 6, 136, 0); gSprites[pssData.ballSpriteId].callback = SpriteCallbackDummy; |