Add Fairy-type icon to fix Fairy TM info icon being blank.

This commit is contained in:
ultima-soul 2021-01-02 21:30:41 -08:00
parent 2a251e7551
commit 3c8194c612
2 changed files with 1 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -119,6 +119,7 @@ static const struct MenuInfoIcon sMenuInfoIcons[] =
[TYPE_ICE + 1] = { 32, 12, 0x4C }, [TYPE_ICE + 1] = { 32, 12, 0x4C },
[TYPE_DRAGON + 1] = { 32, 12, 0xA0 }, [TYPE_DRAGON + 1] = { 32, 12, 0xA0 },
[TYPE_DARK + 1] = { 32, 12, 0x8C }, [TYPE_DARK + 1] = { 32, 12, 0x8C },
[TYPE_FAIRY + 1] = { 32, 12, 0x4 },
[MENU_INFO_ICON_TYPE] = { 42, 12, 0xA8 }, [MENU_INFO_ICON_TYPE] = { 42, 12, 0xA8 },
[MENU_INFO_ICON_POWER] = { 42, 12, 0xC0 }, [MENU_INFO_ICON_POWER] = { 42, 12, 0xC0 },
[MENU_INFO_ICON_ACCURACY] = { 42, 12, 0xC8 }, [MENU_INFO_ICON_ACCURACY] = { 42, 12, 0xC8 },