This commit is contained in:
Zeta_Null 2025-01-28 20:47:49 -05:00
commit d79170f126
93 changed files with 1962 additions and 236 deletions

View file

@ -707,15 +707,14 @@ UnownYBackpic: INCBIN "gfx/pokemon/unown_y/back.2bpp.lz"
UnownPBackpic: INCBIN "gfx/pokemon/unown_p/back.2bpp.lz"
UnownIBackpic: INCBIN "gfx/pokemon/unown_i/back.2bpp.lz"
UnownRBackpic: INCBIN "gfx/pokemon/unown_r/back.2bpp.lz"
SECTION "Pics 19", ROMX
UnownExclamationFrontpic: INCBIN "gfx/pokemon/unown_exclamation/front.animated.2bpp.lz"
UnownExclamationBackpic: INCBIN "gfx/pokemon/unown_exclamation/back.2bpp.lz"
UnownQuestionFrontpic: INCBIN "gfx/pokemon/unown_question/front.animated.2bpp.lz"
UnownQuestionBackpic: INCBIN "gfx/pokemon/unown_question/back.2bpp.lz"
SECTION "Pics 19", ROMX
BellignanFrontpic: INCBIN "gfx/pokemon/bellignan/front.animated.2bpp.lz"
BellignanBackpic: INCBIN "gfx/pokemon/bellignan/back.2bpp.lz"
WalkingWakeFrontpic: INCBIN "gfx/pokemon/walking_wake/front.animated.2bpp.lz"
@ -736,12 +735,6 @@ LickilickyFrontpic: INCBIN "gfx/pokemon/lickilicky/front.animated.2bpp.lz"
LickilickyBackpic: INCBIN "gfx/pokemon/lickilicky/back.2bpp.lz"
LickilordFrontpic: INCBIN "gfx/pokemon/lickilord/front.animated.2bpp.lz"
LickilordBackpic: INCBIN "gfx/pokemon/lickilord/back.2bpp.lz"
BurgelaFrontpic: INCBIN "gfx/pokemon/burgela/front.animated.2bpp.lz"
BurgelaBackpic: INCBIN "gfx/pokemon/burgela/back.2bpp.lz"
TangrowthFrontpic: INCBIN "gfx/pokemon/tangrowth/front.animated.2bpp.lz"
TangrowthBackpic: INCBIN "gfx/pokemon/tangrowth/back.2bpp.lz"
JungelaFrontpic: INCBIN "gfx/pokemon/jungela/front.animated.2bpp.lz"
JungelaBackpic: INCBIN "gfx/pokemon/jungela/back.2bpp.lz"
MamoswineFrontpic: INCBIN "gfx/pokemon/mamoswine/front.animated.2bpp.lz"
MamoswineBackpic: INCBIN "gfx/pokemon/mamoswine/back.2bpp.lz"
HirsuswineFrontpic: INCBIN "gfx/pokemon/hirsuswine/front.animated.2bpp.lz"
@ -827,6 +820,12 @@ TotartleFrontpic: INCBIN "gfx/pokemon/totartle/front.animated.2bpp.lz"
TotartleBackpic: INCBIN "gfx/pokemon/totartle/back.2bpp.lz"
BlastykeFrontpic: INCBIN "gfx/pokemon/blastyke/front.animated.2bpp.lz"
BlastykeBackpic: INCBIN "gfx/pokemon/blastyke/back.2bpp.lz"
BurgelaFrontpic: INCBIN "gfx/pokemon/burgela/front.animated.2bpp.lz"
BurgelaBackpic: INCBIN "gfx/pokemon/burgela/back.2bpp.lz"
TangrowthFrontpic: INCBIN "gfx/pokemon/tangrowth/front.animated.2bpp.lz"
TangrowthBackpic: INCBIN "gfx/pokemon/tangrowth/back.2bpp.lz"
JungelaFrontpic: INCBIN "gfx/pokemon/jungela/front.animated.2bpp.lz"
JungelaBackpic: INCBIN "gfx/pokemon/jungela/back.2bpp.lz"
SECTION "Pics 22", ROMX
CheepFrontpic: INCBIN "gfx/pokemon/cheep/front.animated.2bpp.lz"

View file

@ -1 +1,12 @@
endanim
frame 0, 08
setrepeat 2
frame 1, 10
frame 2, 10
dorepeat 2
frame 3, 08
setrepeat 3
frame 3, 06
frame 4, 06
dorepeat 7
frame 3, 06
endanim

View file

@ -1 +1,5 @@
endanim
setrepeat 2
frame 0, 10
frame 5, 10
dorepeat 1
endanim

Binary file not shown.

Before

Width:  |  Height:  |  Size: 304 B

After

Width:  |  Height:  |  Size: 17 KiB

Before After
Before After

View file

@ -0,0 +1,4 @@
Sprited by ShadowOne333.
Taken from Johto Legends
https://github.com/aforward9600/JohtoLegends

Binary file not shown.

Before

Width:  |  Height:  |  Size: 315 B

After

Width:  |  Height:  |  Size: 11 KiB

Before After
Before After

View file

@ -0,0 +1,3 @@
RGB 17, 16, 17
RGB 29, 00, 11

View file

@ -1,2 +1,3 @@
RGB 22, 22, 12
RGB 07, 15, 25
RGB 12, 08, 24
RGB 31, 13, 00

View file

@ -0,0 +1,11 @@
frame 0, 12
frame 1, 06
setrepeat 3
frame 2, 12
frame 3, 12
dorepeat 3
frame 0, 12
frame 4, 5
frame 5, 5
frame 6, 5
endanim

View file

@ -0,0 +1,6 @@
frame 0, 12
setrepeat 2
frame 1, 05
frame 0, 05
dorepeat 2
endanim

Binary file not shown.

After

Width:  |  Height:  |  Size: 390 B

View file

@ -0,0 +1,3 @@
Taken from ShadowOne333's fork of PolishedCrystal.
https://github.com/ShadowOne333/polishedcrystal/blob/master/gfx/pokemon/zapdos_galarian/front.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -0,0 +1,4 @@
RGB 25, 16, 08
RGB 09, 11, 11

View file

@ -0,0 +1,4 @@
RGB 20, 07, 05
RGB 09, 11, 11

View file

@ -1 +1,18 @@
setrepeat 1
frame 0, 07
frame 1, 07
dorepeat 1
frame 1, 07
frame 2, 18
frame 3, 08
setrepeat 2
frame 4, 10
frame 5, 06
frame 3, 08
dorepeat 8
setrepeat 6
frame 3, 04
frame 2, 04
dorepeat 13
frame 1, 06
endanim

View file

@ -1 +1,7 @@
frame 0, 08
setrepeat 2
frame 6, 04
frame 7, 04
frame 6, 04
dorepeat 2
endanim

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 500 B

Before After
Before After

View file

@ -0,0 +1,3 @@
Taken from ShadowOne333's fork of PolishedCrystal.
https://github.com/ShadowOne333/polishedcrystal/blob/master/gfx/pokemon/zapdos_galarian/front.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Before After
Before After

View file

@ -0,0 +1,4 @@
RGB 27, 17, 00
RGB 10, 07, 00

View file

@ -1,4 +1,4 @@
RGB 17, 24, 00
RGB 28, 09, 00
RGB 12, 14, 06
RGB 10, 07, 00

View file

@ -0,0 +1,21 @@
frame 0, 07
frame 2, 07
setrepeat 2
frame 3, 07
frame 4, 07
dorepeat 3
frame 6, 07
setrepeat 2
frame 5, 07
frame 3, 07
dorepeat 8
frame 7, 07
frame 8, 07
frame 9, 07
frame 10, 07
setrepeat 2
frame 8, 07
frame 3, 07
dorepeat 16
frame 2, 07
endanim

View file

@ -0,0 +1,5 @@
frame 0, 08
frame 1, 08
frame 11, 08
frame 1, 08
endanim

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 B

View file

@ -0,0 +1,3 @@
Taken from ShadowOne333's fork of PolishedCrystal.
https://github.com/ShadowOne333/polishedcrystal/blob/master/gfx/pokemon/zapdos_galarian/front.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -0,0 +1,4 @@
RGB 28, 16, 21
RGB 09, 10, 24

View file

@ -0,0 +1,4 @@
RGB 23, 23, 23
RGB 14, 14, 15

View file

@ -0,0 +1,9 @@
frame 1, 07
frame 2, 07
frame 1, 07
frame 2, 07
frame 0, 18
frame 3, 06
frame 0, 06
frame 3, 06
endanim

View file

@ -0,0 +1,4 @@
frame 4, 06
frame 5, 06
frame 3, 06
endanim

Binary file not shown.

After

Width:  |  Height:  |  Size: 479 B

View file

@ -0,0 +1,3 @@
Taken from ShadowOne333's fork of PolishedCrystal.
https://github.com/ShadowOne333/polishedcrystal/blob/master/gfx/pokemon/zapdos_galarian/front.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -0,0 +1,4 @@
RGB 10, 26, 27
RGB 20, 14, 27

View file

@ -0,0 +1,4 @@
RGB 27, 26, 25
RGB 10, 26, 27

View file

@ -0,0 +1,16 @@
frame 0, 08
frame 1, 22
frame 2, 04
frame 3, 04
frame 4, 04
frame 3, 04
frame 2, 04
frame 0, 07
frame 5, 07
frame 6, 07
frame 7, 07
frame 8, 07
frame 7, 07
frame 6, 07
frame 5, 07
endanim

View file

@ -0,0 +1,9 @@
setrepeat 2
frame 0, 08
frame 2, 03
frame 3, 03
frame 4, 03
frame 3, 03
frame 2, 03
dorepeat 1
endanim

Binary file not shown.

After

Width:  |  Height:  |  Size: 439 B

View file

@ -0,0 +1,3 @@
Taken from ShadowOne333's fork of PolishedCrystal.
https://github.com/ShadowOne333/polishedcrystal/blob/master/gfx/pokemon/zapdos_galarian/front.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 865 B

View file

@ -0,0 +1,4 @@
RGB 21, 22, 23
RGB 15, 13, 20

View file

@ -0,0 +1,4 @@
RGB 14, 16, 17
RGB 28, 24, 10

View file

@ -0,0 +1,18 @@
frame 0, 08
frame 1, 07
frame 2, 07
frame 3, 07
frame 4, 07
frame 1, 07
frame 5, 07
frame 1, 07
frame 6, 07
frame 7, 07
frame 8, 07
frame 9, 07
frame 10, 07
frame 11, 07
frame 12, 07
frame 13, 07
frame 6, 07
endanim

View file

@ -0,0 +1,7 @@
setrepeat 2
frame 0, 08
frame 1, 05
frame 5, 05
frame 1, 05
dorepeat 1
endanim

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 B

View file

@ -0,0 +1,3 @@
Taken from ShadowOne333's fork of PolishedCrystal.
https://github.com/ShadowOne333/polishedcrystal/blob/master/gfx/pokemon/zapdos_galarian/front.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -0,0 +1,4 @@
RGB 21, 22, 23
RGB 15, 13, 20

View file

@ -0,0 +1,4 @@
RGB 12, 10, 11
RGB 26, 25, 18

View file

@ -1 +1,15 @@
endanim
setrepeat 2
frame 1, 04
frame 2, 04
frame 1, 04
frame 0, 04
dorepeat 1
setrepeat 2
frame 5, 04
frame 0, 04
dorepeat 7
setrepeat 2
frame 3, 04
frame 4, 04
dorepeat 11
endanim

View file

@ -1 +1,5 @@
endanim
setrepeat 2
frame 5, 08
frame 0, 08
dorepeat 1
endanim

Binary file not shown.

Before

Width:  |  Height:  |  Size: 304 B

After

Width:  |  Height:  |  Size: 15 KiB

Before After
Before After

View file

@ -0,0 +1,5 @@
Taken from JohtoLegends, ultimately from PolishedCrystal
https://github.com/aforward9600/JohtoLegends
https://github.com/Rangi42/polishedcrystal
Artist is uncredited.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 315 B

After

Width:  |  Height:  |  Size: 12 KiB

Before After
Before After

View file

@ -1,2 +1,3 @@
RGB 22, 22, 12
RGB 07, 15, 25
RGB 31, 17, 16
RGB 12, 27, 10

View file

@ -1 +1,15 @@
endanim
setrepeat 2
frame 0, 06
frame 1, 06
frame 2, 06
frame 1, 06
dorepeat 1
frame 3, 06
setrepeat 3
frame 4, 05
frame 5, 05
frame 6, 05
dorepeat 8
frame 4, 05
frame 3, 05
endanim

View file

@ -1 +1,7 @@
endanim
setrepeat 2
frame 0, 06
frame 1, 06
frame 2, 06
frame 1, 06
dorepeat 1
endanim

Binary file not shown.

Before

Width:  |  Height:  |  Size: 304 B

After

Width:  |  Height:  |  Size: 14 KiB

Before After
Before After

View file

@ -0,0 +1,4 @@
Sprited by ShadowOne333, Cure, and Scarlax.
Taken from Johto Legends
https://github.com/aforward9600/JohtoLegends

Binary file not shown.

Before

Width:  |  Height:  |  Size: 315 B

After

Width:  |  Height:  |  Size: 11 KiB

Before After
Before After

View file

@ -0,0 +1,3 @@
RGB 18, 16, 15
RGB 09, 06, 06

View file

@ -1,2 +1,3 @@
RGB 22, 22, 12
RGB 07, 15, 25
RGB 19, 17, 15
RGB 12, 04, 03

View file

@ -0,0 +1,9 @@
frame 0, 8
frame 1, 18
frame 2, 18
frame 3, 18
frame 4, 12
frame 5, 12
frame 6, 12
frame 7, 12
endanim

View file

@ -0,0 +1,5 @@
frame 0, 12
frame 8, 12
frame 0, 12
frame 9, 12
endanim

Binary file not shown.

After

Width:  |  Height:  |  Size: 434 B

View file

@ -0,0 +1,3 @@
Taken from ShadowOne333's fork of PolishedCrystal.
https://github.com/ShadowOne333/polishedcrystal/

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -0,0 +1,4 @@
RGB 13, 23, 08
RGB 12, 12, 11

View file

@ -0,0 +1,4 @@
RGB 16, 28, 09
RGB 19, 08, 05

View file

@ -0,0 +1,11 @@
frame 3, 24
frame 0, 08
setrepeat 2
frame 1, 16
frame 2, 16
dorepeat 3
setrepeat 4
frame 0, 06
frame 1, 06
dorepeat 7
endanim

View file

@ -0,0 +1,5 @@
setrepeat 3
frame 0, 08
frame 4, 08
dorepeat 1
endanim

Binary file not shown.

After

Width:  |  Height:  |  Size: 420 B

View file

@ -0,0 +1,3 @@
Taken from ShadowOne333's fork of PolishedCrystal.
https://github.com/ShadowOne333/polishedcrystal/blob/master/gfx/pokemon/zapdos_galarian/front.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -0,0 +1,4 @@
RGB 29, 12, 07
RGB 04, 02, 03

View file

@ -0,0 +1,4 @@
RGB 31, 28, 00
RGB 26, 13, 06