Add Clodsire second frame and fixed Grookey backsprite + overworld (#6047)

This commit is contained in:
kittenchilly 2025-01-20 02:49:20 -06:00 committed by GitHub
parent 3977b66c91
commit 4bcb07a6a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 30 additions and 30 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 539 B

After

Width:  |  Height:  |  Size: 813 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 698 B

View File

@ -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

View File

@ -1,19 +1,19 @@
JASC-PAL
0100
16
152 208 160
74 67 90
127 116 143
107 97 124
46 40 44
16 16 16
153 211 165
248 141 142
176 94 90
105 62 54
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
127 116 143
107 97 124
74 67 90
49 43 62
46 40 44
16 16 16
230 209 181
201 159 123
99 63 59

Binary file not shown.

Before

Width:  |  Height:  |  Size: 591 B

After

Width:  |  Height:  |  Size: 949 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 783 B

After

Width:  |  Height:  |  Size: 653 B

View File

@ -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");

View File

@ -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

View File

@ -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