diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-10-11 11:59:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-11 11:59:40 -0400 |
commit | 17a77c9018291aed9c70f0aa05ca0755a5677e87 (patch) | |
tree | aa0898668f1d93d4ae2f3639e62bd77d77e24daa /src/pokemon_summary_screen.c | |
parent | 4efbdaf70698591f2b63ec7c35de3b8977b087a3 (diff) | |
parent | 280c68b531dd6dfa4c4a539dbb6602580a36c16a (diff) |
Merge pull request #1229 from ghoulslash/document
start pokenav documentation
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 c80c4c5c4..012e133e6 100644 --- a/src/pokemon_summary_screen.c +++ b/src/pokemon_summary_screen.c @@ -3976,7 +3976,7 @@ static void StopPokemonAnimations(void) // A subtle effect, this function stops static void CreateMonMarkingsSprite(struct Pokemon *mon) { - struct Sprite *sprite = sub_811FF94(TAG_MON_MARKINGS, TAG_MON_MARKINGS, sSummaryMarkingsPalette); + struct Sprite *sprite = CreateMonMarkingsSpriteWithPal(TAG_MON_MARKINGS, TAG_MON_MARKINGS, sSummaryMarkingsPalette); sMonSummaryScreen->markingsSprite = sprite; if (sprite != NULL) |