diff --git a/gfx/pokemon/stromen/front.png b/gfx/pokemon/stromen/front.png index fb8da32..0a3aef0 100644 Binary files a/gfx/pokemon/stromen/front.png and b/gfx/pokemon/stromen/front.png differ diff --git a/maps/DebugRoom.asm b/maps/DebugRoom.asm index 7df2b40..f0556b0 100644 --- a/maps/DebugRoom.asm +++ b/maps/DebugRoom.asm @@ -39,11 +39,11 @@ DebugPokemon3Script: faceplayer opentext writetext DebugTextA - cry LICKILORD + cry STROMEN pause 15 closetext loadvar VAR_BATTLETYPE, BATTLETYPE_SHINY - loadwildmon LICKILORD, 60 + loadwildmon STROMEN, 60 startbattle reloadmapafterbattle end @@ -57,11 +57,11 @@ DebugPokemon4Script: faceplayer opentext writetext DebugTextB - cry LICKILORD + cry STROMEN pause 15 closetext loadvar VAR_BATTLETYPE, BATTLETYPE_SAFARI - loadwildmon LICKILORD, 60 + loadwildmon STROMEN, 60 startbattle reloadmapafterbattle end