diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-18 16:04:21 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-18 16:46:53 -0400 |
commit | 9ab2ab3c8068b7194291e58bb7c12befdb1df27a (patch) | |
tree | 2d500eda8321a62a957e8392f997c2b41c042756 /src/pokemon_summary_screen.c | |
parent | c5dd8f884abbcdcab67bcb89e4b8cc84a47f6d64 (diff) |
Document image_processing_effects.c
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 9d1aa99db..3ed7cee56 100644 --- a/src/pokemon_summary_screen.c +++ b/src/pokemon_summary_screen.c @@ -1839,7 +1839,7 @@ static u8 SummaryScreen_LoadPokemonSprite(struct Pokemon *mon, u8 *state) gMonFrontPicCoords[species].coords, gMonFrontPicCoords[species].y_offset, ewram_addr, - gUnknown_081FAF4C[1], + gMonSpriteGfx_Sprite_ptr[1], species, personality); *state += 1; |