diff --git a/gfx/pokemon/lickilord/anim.asm b/gfx/pokemon/lickilord/anim.asm index 875f7be..c6eae99 100644 --- a/gfx/pokemon/lickilord/anim.asm +++ b/gfx/pokemon/lickilord/anim.asm @@ -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 \ No newline at end of file diff --git a/gfx/pokemon/lickilord/anim_idle.asm b/gfx/pokemon/lickilord/anim_idle.asm index 875f7be..6917f28 100644 --- a/gfx/pokemon/lickilord/anim_idle.asm +++ b/gfx/pokemon/lickilord/anim_idle.asm @@ -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 \ No newline at end of file diff --git a/gfx/pokemon/lickilord/back.png b/gfx/pokemon/lickilord/back.png index c7216be..52f88cf 100644 Binary files a/gfx/pokemon/lickilord/back.png and b/gfx/pokemon/lickilord/back.png differ diff --git a/gfx/pokemon/lickilord/front.png b/gfx/pokemon/lickilord/front.png index e0a9da9..49ab395 100644 Binary files a/gfx/pokemon/lickilord/front.png and b/gfx/pokemon/lickilord/front.png differ diff --git a/gfx/pokemon/lickilord/shiny.pal b/gfx/pokemon/lickilord/shiny.pal index 5c88669..d4eebf0 100644 --- a/gfx/pokemon/lickilord/shiny.pal +++ b/gfx/pokemon/lickilord/shiny.pal @@ -1,2 +1,2 @@ - RGB 22, 22, 12 - RGB 07, 15, 25 \ No newline at end of file + RGB 29, 23, 01 + RGB 26, 07, 04 \ No newline at end of file diff --git a/maps/DebugRoom.asm b/maps/DebugRoom.asm index 9c6ed2c..f05a84c 100644 --- a/maps/DebugRoom.asm +++ b/maps/DebugRoom.asm @@ -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