Skip to content

Commit

Permalink
Add Clodsire second frame and fixed Grookey backsprite + overworld (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kittenchilly authored Jan 20, 2025
1 parent 3977b66 commit 4bcb07a
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 29 deletions.
Binary file added graphics/pokemon/clodsire/anim_front.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/clodsire/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 removed graphics/pokemon/clodsire/front.png
Binary file not shown.
28 changes: 14 additions & 14 deletions graphics/pokemon/clodsire/normal.pal
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
JASC-PAL
0100
16
152 208 160
64 60 48
128 108 96
153 211 165
248 141 165
176 90 105
105 54 57
184 160 162
152 122 126
86 71 72
128 109 102
96 80 72
48 40 32
69 60 50
51 41 36
46 39 36
16 16 16
184 160 160
208 208 208
40 36 32
152 120 120
80 68 72
104 52 56
176 88 104
248 140 160
0 0 0
0 0 0
215 189 217
152 116 156
91 67 108
24 changes: 12 additions & 12 deletions graphics/pokemon/clodsire/shiny.pal
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
JASC-PAL
0100
16
152 208 160
74 67 90
153 211 165
248 141 142
176 94 90
105 62 54
160 158 197
127 127 157
87 85 112
127 116 143
107 97 124
74 67 90
49 43 62
46 40 44
16 16 16
160 158 197
205 180 170
40 36 32
127 127 157
87 85 112
104 52 56
176 88 104
248 140 160
0 0 0
0 0 0
230 209 181
201 159 123
99 63 59
Binary file modified graphics/pokemon/grookey/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/grookey/overworld.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/data/graphics/pokemon.h
Original file line number Diff line number Diff line change
Expand Up @@ -7696,7 +7696,7 @@ const u32 gObjectEventPic_Substitute[] = INCBIN_COMP("graphics/pokemon/question_
#endif //OW_PKMN_OBJECTS_SHARE_PALETTES
#endif //OW_POKEMON_OBJECT_EVENTS

const u32 gMonFrontPic_Clodsire[] = INCBIN_U32("graphics/pokemon/clodsire/front.4bpp.lz");
const u32 gMonFrontPic_Clodsire[] = INCBIN_U32("graphics/pokemon/clodsire/anim_front.4bpp.lz");
const u32 gMonPalette_Clodsire[] = INCBIN_U32("graphics/pokemon/clodsire/normal.gbapal.lz");
const u32 gMonBackPic_Clodsire[] = INCBIN_U32("graphics/pokemon/clodsire/back.4bpp.lz");
const u32 gMonShinyPalette_Clodsire[] = INCBIN_U32("graphics/pokemon/clodsire/shiny.gbapal.lz");
Expand Down
2 changes: 1 addition & 1 deletion src/data/pokemon_graphics/front_pic_anims.h
Original file line number Diff line number Diff line change
Expand Up @@ -2845,7 +2845,7 @@ static const union AnimCmd sAnim_Quagsire_1[] =

#if P_PALDEAN_FORMS
PLACEHOLDER_ANIM_SINGLE_FRAME(WooperPaldea);
PLACEHOLDER_ANIM_SINGLE_FRAME(Clodsire);
PLACEHOLDER_ANIM_TWO_FRAMES(Clodsire);
#endif //P_PALDEAN_FORMS
#endif //P_FAMILY_WOOPER

Expand Down
2 changes: 1 addition & 1 deletion test/battle/trainer_control.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
.trainerClass = TRAINER_CLASS_PKMN_TRAINER_1,
#line 4
.trainerPic = TRAINER_PIC_RED,
.encounterMusic_gender =
.encounterMusic_gender =
#line 6
TRAINER_ENCOUNTER_MUSIC_MALE,
#line 7
Expand Down

0 comments on commit 4bcb07a

Please sign in to comment.