From 8a0bc495d573c094b8770479ca3f92bb93f4b04c Mon Sep 17 00:00:00 2001 From: Eduardo Quezada Date: Wed, 18 Jun 2025 16:09:59 -0400 Subject: [PATCH] Fixed description of `FORM_CHANGE_WITHDRAW` (#7152) --- include/constants/form_change_types.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/constants/form_change_types.h b/include/constants/form_change_types.h index 2565d36a54..0670e95645 100644 --- a/include/constants/form_change_types.h +++ b/include/constants/form_change_types.h @@ -44,7 +44,6 @@ enum FormChanges // - WHEN_FORGOTTEN if Form change that activates when move is learned FORM_CHANGE_MOVE, // Form change that activates when the Pokémon is withdrawn from the PC or Daycare. - // Daycare withdraw done, PC withdraw TODO. // - No parameters. FORM_CHANGE_WITHDRAW, // Form change that activates when the Pokémon faints, either in battle or in the overworld by poison.