Skip to content

Commit

Permalink
Merge pull request #1513 from Blackforest92/pokemon_expansion
Browse files Browse the repository at this point in the history
Fixes to Shroomish, Popplio, Xerneas Active and Minior Meteor
  • Loading branch information
DizzyEggg authored Jul 15, 2021
2 parents efdc513 + d126116 commit 96b0700
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
Binary file modified graphics/pokemon/minior/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/pokemon/popplio/back.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/pokemon/popplio/front.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion graphics/pokemon/popplio/normal.pal
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ JASC-PAL
112 152 216
136 48 112
232 112 192
248 200 232
152 208 224
184 80 144
56 72 144
16 16 16
Expand Down
Binary file modified graphics/pokemon/shroomish/back.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/pokemon/xerneas/active/back.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/pokemon_icon.c
Original file line number Diff line number Diff line change
Expand Up @@ -2017,7 +2017,7 @@ const u8 gMonIconPaletteIndices[] =
[SPECIES_PYUKUMUKU] = 0,
[SPECIES_TYPE_NULL] = 0,
[SPECIES_SILVALLY] = 0,
[SPECIES_MINIOR] = 0,
[SPECIES_MINIOR] = 2,
[SPECIES_KOMALA] = 2,
[SPECIES_TURTONATOR] = 0,
[SPECIES_TOGEDEMARU] = 2,
Expand Down

0 comments on commit 96b0700

Please sign in to comment.