Update comments

This commit is contained in:
Madmadness65 2024-06-07 18:23:53 -05:00
parent 66d1de42a2
commit 389c479825

View File

@ -105,8 +105,8 @@ export enum FormChangeItem {
DRACO_PLATE,
DREAD_PLATE,
PIXIE_PLATE,
BLANK_PLATE, // Will this ever be used?
LEGEND_PLATE, // Will this ever be used?
BLANK_PLATE, // TODO: Find a potential use for this
LEGEND_PLATE, // TODO: Find a potential use for this
FIGHTING_MEMORY,
FLYING_MEMORY,
POISON_MEMORY,
@ -124,7 +124,7 @@ export enum FormChangeItem {
DRAGON_MEMORY,
DARK_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;