Skip to content

Commit

Permalink
Deoxys Sprite/Animation Fixes (#5603)
Browse files Browse the repository at this point in the history
  • Loading branch information
SarnPoke authored Dec 1, 2024
1 parent acdd447 commit 987264c
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 14 deletions.
Binary file modified graphics/pokemon/deoxys/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/deoxys/attack/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.
4 changes: 2 additions & 2 deletions graphics/pokemon/deoxys/attack/normal.pal
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ JASC-PAL
16
248 160 176
96 56 56
248 112 72
184 104 104
255 115 74
204 65 65
24 24 24
104 200 224
80 144 176
Expand Down
Binary file modified graphics/pokemon/deoxys/defense/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.
6 changes: 3 additions & 3 deletions graphics/pokemon/deoxys/defense/normal.pal
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ JASC-PAL
16
248 160 176
96 56 56
192 104 104
248 112 72
96 64 48
204 65 65
255 115 74
68 28 89
240 176 144
104 200 224
80 144 176
Expand Down
2 changes: 1 addition & 1 deletion graphics/pokemon/deoxys/defense/shiny.pal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ JASC-PAL
112 96 16
168 168 56
248 232 64
96 64 48
49 29 82
248 248 216
112 208 168
72 160 112
Expand Down
6 changes: 3 additions & 3 deletions graphics/pokemon/deoxys/normal.pal
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ JASC-PAL
0100
16
248 160 176
184 104 104
204 65 65
248 176 144
248 112 72
255 115 74
96 56 56
104 200 224
88 56 48
68 28 89
56 80 96
80 144 176
152 96 176
Expand Down
2 changes: 1 addition & 1 deletion graphics/pokemon/deoxys/shiny.pal
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ JASC-PAL
248 232 64
112 96 16
112 208 168
112 96 16
51 27 101
56 96 88
72 160 112
96 120 192
Expand Down
Binary file modified graphics/pokemon/deoxys/speed/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.
4 changes: 2 additions & 2 deletions graphics/pokemon/deoxys/speed/normal.pal
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ JASC-PAL
80 144 176
104 200 224
96 56 56
248 112 72
255 115 74
24 24 24
192 104 104
204 65 65
192 192 208
152 96 176
248 248 248
Expand Down
3 changes: 1 addition & 2 deletions src/data/pokemon_graphics/front_pic_anims.h
Original file line number Diff line number Diff line change
Expand Up @@ -5205,8 +5205,7 @@ static const union AnimCmd sAnim_DeoxysNormal_1[] =
{
ANIMCMD_FRAME(0, 16),
ANIMCMD_FRAME(1, 16),
ANIMCMD_FRAME(0, 26),
ANIMCMD_FRAME(1, 16),
ANIMCMD_FRAME(1, 26),
ANIMCMD_FRAME(0, 16),
ANIMCMD_END,
};
Expand Down

0 comments on commit 987264c

Please sign in to comment.