From 94dc5cbc5ca980bb1a36b1f0996709c8f598785e Mon Sep 17 00:00:00 2001 From: Llinos Evans <36418502+PlagueVonKarma@users.noreply.github.com> Date: Fri, 22 Sep 2023 00:54:43 +0100 Subject: [PATCH] Alolan Persian & Night Slash fixes Alolan Persian is now grey, and Night Slash now actually autocrits! --- data/battle/critical_hit_moves.asm | 1 + data/pokemon/palettes.asm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/data/battle/critical_hit_moves.asm b/data/battle/critical_hit_moves.asm index a567a934..99f8b24e 100644 --- a/data/battle/critical_hit_moves.asm +++ b/data/battle/critical_hit_moves.asm @@ -3,4 +3,5 @@ HighCriticalMoves: db RAZOR_LEAF db CRABHAMMER db SLASH + db NIGHT_SLASH db -1 ; end diff --git a/data/pokemon/palettes.asm b/data/pokemon/palettes.asm index 1bc93ff7..e8ec7f0c 100644 --- a/data/pokemon/palettes.asm +++ b/data/pokemon/palettes.asm @@ -32,7 +32,7 @@ MonsterPalettes: db PAL_YELLOWMON ; COINPUR db PAL_YELLOWMON ; MEOWTH db PAL_YELLOWMON ; PERSIAN - db PAL_CYANMON ; PERSIAN_A + db PAL_GREYMON ; PERSIAN_A db PAL_GREYMON ; PERRSEKRER db PAL_GREENMON ; CATERPIE db PAL_GREENMON ; METAPOD