Update Move Category icons (#5080)
Update Category Icons to be more accurate to Gen 5
This commit is contained in:
parent
2f21073555
commit
ab279d9f8c
2 changed files with 1 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 303 B |
|
@ -1144,7 +1144,7 @@ static const u16 sMarkings_Pal[] = INCBIN_U16("graphics/summary_screen/markings.
|
|||
static u8 ShowCategoryIcon(u32 category)
|
||||
{
|
||||
if (sMonSummaryScreen->categoryIconSpriteId == 0xFF)
|
||||
sMonSummaryScreen->categoryIconSpriteId = CreateSprite(&gSpriteTemplate_CategoryIcons, 48, 129, 0);
|
||||
sMonSummaryScreen->categoryIconSpriteId = CreateSprite(&gSpriteTemplate_CategoryIcons, 48, 128, 0);
|
||||
|
||||
gSprites[sMonSummaryScreen->categoryIconSpriteId].invisible = FALSE;
|
||||
StartSpriteAnim(&gSprites[sMonSummaryScreen->categoryIconSpriteId], category);
|
||||
|
|
Loading…
Reference in a new issue