Ajawalcan sprite and animation!

This commit is contained in:
Zeta_Null 2024-10-29 17:45:23 -04:00
parent 6728a22407
commit ef35ac92f5
5 changed files with 20 additions and 5 deletions

View file

@ -1 +1,16 @@
frame 0, 08
frame 1, 08
frame 2, 08
frame 0, 08
frame 1, 08
frame 2, 08
frame 0, 08
frame 3, 04
frame 4, 08
frame 3, 04
frame 0, 08
frame 3, 04
frame 4, 08
frame 3, 04
frame 0, 08
endanim

Binary file not shown.

Before

Width:  |  Height:  |  Size: 304 B

After

Width:  |  Height:  |  Size: 348 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 315 B

After

Width:  |  Height:  |  Size: 610 B

View file

@ -1,2 +1,2 @@
RGB 22, 22, 12
RGB 07, 15, 25
RGB 01, 24, 21
RGB 20, 02, 15

View file

@ -42,8 +42,8 @@ DebugPokemon3Script:
cry STROMEN
pause 15
closetext
loadvar VAR_BATTLETYPE, BATTLETYPE_SUICUNE
loadwildmon HYOSHU_YIN, 75
loadvar VAR_BATTLETYPE, BATTLETYPE_SHINY
loadwildmon COATL, 75
startbattle
reloadmapafterbattle
end
@ -60,7 +60,7 @@ DebugPokemon4Script:
pause 15
closetext
loadvar VAR_BATTLETYPE, BATTLETYPE_SUICUNE
loadwildmon HYOSHU_YANG, 75
loadwildmon COATL, 75
startbattle
reloadmapafterbattle
end