diff --git a/engine/debug/debug_party.asm b/engine/debug/debug_party.asm index b17446a6..4c0e61b1 100644 --- a/engine/debug/debug_party.asm +++ b/engine/debug/debug_party.asm @@ -26,7 +26,8 @@ IshiharaTeam: db TRAMPEL, 90 IF DEF(_DEBUG) db MEWTWO, 90 - db SNORLAX, 50 + db RAICHU_A, 50 + db CROCKY, 90 ENDC db -1 ; end diff --git a/gfx/pokemon/back/crockyb.png b/gfx/pokemon/back/crockyb.png index afc60e12..a094e27e 100644 Binary files a/gfx/pokemon/back/crockyb.png and b/gfx/pokemon/back/crockyb.png differ diff --git a/gfx/pokemon/front/crocky.png b/gfx/pokemon/front/crocky.png index 2c2c836d..703d95ea 100644 Binary files a/gfx/pokemon/front/crocky.png and b/gfx/pokemon/front/crocky.png differ diff --git a/gfx/pokemon/front/raichua.png b/gfx/pokemon/front/raichua.png index ce509ee1..e77a2d33 100644 Binary files a/gfx/pokemon/front/raichua.png and b/gfx/pokemon/front/raichua.png differ