diff --git a/graphics/pokemon/pawmi/back.png b/graphics/pokemon/pawmi/back.png index c5d59e6677..2e4fd1aa05 100644 Binary files a/graphics/pokemon/pawmi/back.png and b/graphics/pokemon/pawmi/back.png differ diff --git a/graphics/pokemon/pawmi/front.png b/graphics/pokemon/pawmi/front.png index 265a9c7173..5fdef077d5 100644 Binary files a/graphics/pokemon/pawmi/front.png and b/graphics/pokemon/pawmi/front.png differ diff --git a/graphics/pokemon/pawmi/normal.pal b/graphics/pokemon/pawmi/normal.pal index 822fa530da..4d3858d79f 100644 --- a/graphics/pokemon/pawmi/normal.pal +++ b/graphics/pokemon/pawmi/normal.pal @@ -1,19 +1,18 @@ JASC-PAL 0100 -16 -153 210 164 -150 79 14 -243 156 78 +15 +153 211 165 96 51 23 +52 52 65 +19 121 123 +150 79 14 126 114 71 -194 89 3 +211 97 3 +235 120 35 +255 205 32 +189 162 115 +243 156 78 +16 16 16 189 162 115 244 226 188 -15 15 15 -235 120 35 -46 116 82 -211 97 3 -52 52 65 252 252 252 -197 164 98 -255 205 32 diff --git a/graphics/pokemon/pawmi/shiny.pal b/graphics/pokemon/pawmi/shiny.pal index 02d4ae6d00..4a32c00443 100644 --- a/graphics/pokemon/pawmi/shiny.pal +++ b/graphics/pokemon/pawmi/shiny.pal @@ -1,19 +1,18 @@ JASC-PAL 0100 -16 -153 210 164 -220 58 50 -255 155 172 -96 51 23 -139 83 58 -194 89 3 -228 167 137 -244 226 188 -15 15 15 -255 119 147 -46 116 82 -237 82 82 +15 +153 211 165 +101 29 39 52 52 65 -252 252 252 -221 177 74 +19 121 123 +165 46 63 +173 124 103 +214 79 87 +242 112 116 255 205 32 +197 164 98 +251 142 158 +16 16 16 +222 194 165 +252 235 186 +252 252 252 diff --git a/src/data/pokemon/species_info/gen_9_families.h b/src/data/pokemon/species_info/gen_9_families.h index 54141153ae..da82e9bc5a 100644 --- a/src/data/pokemon/species_info/gen_9_families.h +++ b/src/data/pokemon/species_info/gen_9_families.h @@ -900,7 +900,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] = //.frontAnimId = ANIM_V_SQUISH_AND_BOUNCE, .backPic = gMonBackPic_Pawmi, .backPicSize = MON_COORDS_SIZE(64, 64), - .backPicYOffset = 0, + .backPicYOffset = 7, //.backAnimId = BACK_ANIM_NONE, .palette = gMonPalette_Pawmi, .shinyPalette = gMonShinyPalette_Pawmi,