mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-17 02:30:50 +12:00
Lickilord sprite ingame and animated
This commit is contained in:
parent
2e8ae9cf14
commit
d9f6aaa557
|
@ -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
|
|
@ -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 |
|
@ -1,2 +1,2 @@
|
|||
RGB 22, 22, 12
|
||||
RGB 07, 15, 25
|
||||
RGB 29, 23, 01
|
||||
RGB 26, 07, 04
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue