Linked the icons to the species of Deoxys' forms
This commit is contained in:
parent
e6f22f2993
commit
d18bb31983
1 changed files with 3 additions and 0 deletions
|
@ -932,6 +932,9 @@ const u8 *const gMonIconTable[] =
|
|||
[SPECIES_LYCANROC_DUSK] = gMonIcon_LycanrocDusk,
|
||||
[SPECIES_ZYGARDE_10] = gMonIcon_Zygarde10,
|
||||
[SPECIES_ZYGARDE_COMPLETE] = gMonIcon_ZygardeComplete,
|
||||
[SPECIES_DEOXYS_ATTACK] = gMonIcon_DeoxysAttack,
|
||||
[SPECIES_DEOXYS_DEFENSE] = gMonIcon_DeoxysDefense,
|
||||
[SPECIES_DEOXYS_SPEED] = gMonIcon_DeoxysSpeed,
|
||||
[SPECIES_UNOWN_A] = gMonIcon_UnownA,
|
||||
[SPECIES_UNOWN_B] = gMonIcon_UnownB,
|
||||
[SPECIES_UNOWN_C] = gMonIcon_UnownC,
|
||||
|
|
Loading…
Reference in a new issue