mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
Alolan Persian & Night Slash fixes
Alolan Persian is now grey, and Night Slash now actually autocrits!
This commit is contained in:
parent
59bc5395e5
commit
94dc5cbc5c
|
@ -3,4 +3,5 @@ HighCriticalMoves:
|
||||||
db RAZOR_LEAF
|
db RAZOR_LEAF
|
||||||
db CRABHAMMER
|
db CRABHAMMER
|
||||||
db SLASH
|
db SLASH
|
||||||
|
db NIGHT_SLASH
|
||||||
db -1 ; end
|
db -1 ; end
|
||||||
|
|
|
@ -32,7 +32,7 @@ MonsterPalettes:
|
||||||
db PAL_YELLOWMON ; COINPUR
|
db PAL_YELLOWMON ; COINPUR
|
||||||
db PAL_YELLOWMON ; MEOWTH
|
db PAL_YELLOWMON ; MEOWTH
|
||||||
db PAL_YELLOWMON ; PERSIAN
|
db PAL_YELLOWMON ; PERSIAN
|
||||||
db PAL_CYANMON ; PERSIAN_A
|
db PAL_GREYMON ; PERSIAN_A
|
||||||
db PAL_GREYMON ; PERRSEKRER
|
db PAL_GREYMON ; PERRSEKRER
|
||||||
db PAL_GREENMON ; CATERPIE
|
db PAL_GREENMON ; CATERPIE
|
||||||
db PAL_GREENMON ; METAPOD
|
db PAL_GREENMON ; METAPOD
|
||||||
|
|
Loading…
Reference in a new issue