Allow Dada Zarude to be encountered
Another cosmetic Pokémon form for a mythical is now available.
This commit is contained in:
parent
4d804d787c
commit
71d9f11d94
|
@ -1013,6 +1013,7 @@ export default class BattleScene extends SceneBase {
|
|||
case Species.FURFROU:
|
||||
case Species.ORICORIO:
|
||||
case Species.MAGEARNA:
|
||||
case Species.ZARUDE:
|
||||
case Species.SQUAWKABILLY:
|
||||
case Species.TATSUGIRI:
|
||||
case Species.PALDEA_TAUROS:
|
||||
|
|
|
@ -14,7 +14,7 @@ import { BattlerTagType } from "./enums/battler-tag-type";
|
|||
import { TerrainType } from "./terrain";
|
||||
import { WeatherType } from "./weather";
|
||||
import { BattleStat } from "./battle-stat";
|
||||
import { allAbilities } from "./ability"
|
||||
import { allAbilities } from "./ability";
|
||||
|
||||
export enum BattlerTagLapseType {
|
||||
FAINT,
|
||||
|
|
Loading…
Reference in New Issue