mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 16:32:16 +02:00
Update comments
This commit is contained in:
parent
66d1de42a2
commit
389c479825
@ -105,8 +105,8 @@ export enum FormChangeItem {
|
|||||||
DRACO_PLATE,
|
DRACO_PLATE,
|
||||||
DREAD_PLATE,
|
DREAD_PLATE,
|
||||||
PIXIE_PLATE,
|
PIXIE_PLATE,
|
||||||
BLANK_PLATE, // Will this ever be used?
|
BLANK_PLATE, // TODO: Find a potential use for this
|
||||||
LEGEND_PLATE, // Will this ever be used?
|
LEGEND_PLATE, // TODO: Find a potential use for this
|
||||||
FIGHTING_MEMORY,
|
FIGHTING_MEMORY,
|
||||||
FLYING_MEMORY,
|
FLYING_MEMORY,
|
||||||
POISON_MEMORY,
|
POISON_MEMORY,
|
||||||
@ -124,7 +124,7 @@ export enum FormChangeItem {
|
|||||||
DRAGON_MEMORY,
|
DRAGON_MEMORY,
|
||||||
DARK_MEMORY,
|
DARK_MEMORY,
|
||||||
FAIRY_MEMORY,
|
FAIRY_MEMORY,
|
||||||
BLANK_MEMORY // Will this ever be used?
|
BLANK_MEMORY // TODO: Find a potential use for this
|
||||||
}
|
}
|
||||||
|
|
||||||
export type SpeciesFormChangeConditionPredicate = (p: Pokemon) => boolean;
|
export type SpeciesFormChangeConditionPredicate = (p: Pokemon) => boolean;
|
||||||
|
Loading…
Reference in New Issue
Block a user