Lickilord sprite ingame and animated

This commit is contained in:
Zeta_Null 2024-07-24 11:33:30 -04:00
parent 2e8ae9cf14
commit d9f6aaa557
6 changed files with 26 additions and 6 deletions

View file

@ -1 +1,13 @@
frame 0, 08
frame 1, 08
frame 0, 08
frame 1, 02
frame 3, 06
frame 1, 02
frame 3, 06
frame 1, 04
frame 0, 14
frame 2, 04
frame 0, 08
frame 2, 04
endanim

View file

@ -1 +1,9 @@
frame 0, 14
frame 1, 08
frame 0, 08
frame 1, 08
frame 0, 14
frame 2, 04
frame 0, 08
frame 2, 04
endanim

Binary file not shown.

Before

Width:  |  Height:  |  Size: 304 B

After

Width:  |  Height:  |  Size: 418 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 315 B

After

Width:  |  Height:  |  Size: 1,022 B

View file

@ -1,2 +1,2 @@
RGB 22, 22, 12
RGB 07, 15, 25
RGB 29, 23, 01
RGB 26, 07, 04

View file

@ -39,11 +39,11 @@ DebugPokemon3Script:
faceplayer
opentext
writetext DebugTextA
cry DOKUROAR
cry LICKILORD
pause 15
closetext
loadvar VAR_BATTLETYPE, BATTLETYPE_SHINY
loadwildmon DOKUROAR, 60
loadwildmon LICKILORD, 60
startbattle
reloadmapafterbattle
end
@ -57,11 +57,11 @@ DebugPokemon4Script:
faceplayer
opentext
writetext DebugTextB
cry NIDORAN_M
cry LICKILORD
pause 15
closetext
loadvar VAR_BATTLETYPE, BATTLETYPE_SAFARI
loadwildmon BIPULLA, 60
loadwildmon LICKILORD, 60
startbattle
reloadmapafterbattle
end