diff --git a/gfx/pokemon/dugtrioa/back.png b/gfx/pokemon/dugtrioa/back.png index f8a6c9a..accee0a 100644 Binary files a/gfx/pokemon/dugtrioa/back.png and b/gfx/pokemon/dugtrioa/back.png differ diff --git a/gfx/pokemon/dugtrioa/front.png b/gfx/pokemon/dugtrioa/front.png index 64e9cfc..51ed08e 100644 Binary files a/gfx/pokemon/dugtrioa/front.png and b/gfx/pokemon/dugtrioa/front.png differ diff --git a/gfx/pokemon/kleavor/back.png b/gfx/pokemon/kleavor/back.png index 7c98509..33196cc 100644 Binary files a/gfx/pokemon/kleavor/back.png and b/gfx/pokemon/kleavor/back.png differ diff --git a/gfx/pokemon/kleavor/front.png b/gfx/pokemon/kleavor/front.png index 5c138ba..d9de980 100644 Binary files a/gfx/pokemon/kleavor/front.png and b/gfx/pokemon/kleavor/front.png differ diff --git a/gfx/pokemon/mr__rime/back.png b/gfx/pokemon/mr__rime/back.png index f3d9ebb..99cf52f 100644 Binary files a/gfx/pokemon/mr__rime/back.png and b/gfx/pokemon/mr__rime/back.png differ diff --git a/gfx/pokemon/mr__rime/front.png b/gfx/pokemon/mr__rime/front.png index 0d32057..05d441e 100644 Binary files a/gfx/pokemon/mr__rime/front.png and b/gfx/pokemon/mr__rime/front.png differ diff --git a/gfx/pokemon/ponytag/back.png b/gfx/pokemon/ponytag/back.png index aaa2ed5..246eeaa 100644 Binary files a/gfx/pokemon/ponytag/back.png and b/gfx/pokemon/ponytag/back.png differ diff --git a/gfx/pokemon/ponytag/front.png b/gfx/pokemon/ponytag/front.png index 814d33a..83d2dd1 100644 Binary files a/gfx/pokemon/ponytag/front.png and b/gfx/pokemon/ponytag/front.png differ diff --git a/maps/DebugRoom.asm b/maps/DebugRoom.asm index 0d9b957..f24c2c9 100644 --- a/maps/DebugRoom.asm +++ b/maps/DebugRoom.asm @@ -8,12 +8,12 @@ DebugRoom_MapScripts: DebugPokemon1Script: opentext - getmonname STRING_BUFFER_3, FERADACTYL + getmonname STRING_BUFFER_3, KLEAVOR writetext ReceivedDebugPokemonText playsound SFX_CAUGHT_MON waitsfx promptbutton - givepoke FERADACTYL, 15, HM_WATER_SPORT + givepoke KLEAVOR, 15, HM_WATER_SPORT closetext end @@ -56,11 +56,11 @@ DebugPokemon4Script: faceplayer opentext writetext DebugTextB - cry BELLSPROUT + cry KLEAVOR pause 15 closetext loadvar VAR_BATTLETYPE, BATTLETYPE_SUICUNE - loadwildmon BELLSPROUT, 10 + loadwildmon KLEAVOR, 10 startbattle reloadmapafterbattle end