Ordered Gen 4 mon graphics in src/data/graphics/pokemon.h
This commit is contained in:
parent
1e96fef90c
commit
14ef537b73
3 changed files with 889 additions and 760 deletions
|
@ -5471,7 +5471,7 @@ extern const u8 gMonIcon_Leafeon[];
|
|||
extern const u8 gMonIcon_Glaceon[];
|
||||
extern const u8 gMonIcon_Gliscor[];
|
||||
extern const u8 gMonIcon_Mamoswine[];
|
||||
extern const u8 gMonIcon_Porygon_Z[];
|
||||
extern const u8 gMonIcon_PorygonZ[];
|
||||
extern const u8 gMonIcon_Gallade[];
|
||||
extern const u8 gMonIcon_GalladeMega[];
|
||||
extern const u8 gMonIcon_Probopass[];
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -641,7 +641,7 @@ const u8 *const gMonIconTable[] =
|
|||
[SPECIES_GLACEON] = gMonIcon_Glaceon,
|
||||
[SPECIES_GLISCOR] = gMonIcon_Gliscor,
|
||||
[SPECIES_MAMOSWINE] = gMonIcon_Mamoswine,
|
||||
[SPECIES_PORYGON_Z] = gMonIcon_Porygon_Z,
|
||||
[SPECIES_PORYGON_Z] = gMonIcon_PorygonZ,
|
||||
[SPECIES_GALLADE] = gMonIcon_Gallade,
|
||||
[SPECIES_GALLADE_MEGA] = gMonIcon_GalladeMega,
|
||||
[SPECIES_PROBOPASS] = gMonIcon_Probopass,
|
||||
|
|
Loading…
Reference in a new issue