mirror of
https://github.com/Skeli789/Dynamic-Pokemon-Expansion.git
synced 2026-09-08 01:55:38 -05:00
Fix Decidueye Icon Pal Number
This commit is contained in:
@@ -943,7 +943,7 @@ const u8 gMonIconPaletteIndices[NUM_SPECIES] =
|
||||
[SPECIES_VIVILLON_TUNDRA] = 0x0,
|
||||
[SPECIES_ROWLET] = 0x0,
|
||||
[SPECIES_DARTRIX] = 0x1,
|
||||
[SPECIES_DECIDUEYE] = 0x0,
|
||||
[SPECIES_DECIDUEYE] = 0x1,
|
||||
[SPECIES_LITTEN] = 0x0,
|
||||
[SPECIES_TORRACAT] = 0x0,
|
||||
[SPECIES_INCINEROAR] = 0x0,
|
||||
|
||||
Reference in New Issue
Block a user