Updated descriptions of form change constants

This commit is contained in:
Eduardo Quezada 2022-11-01 15:02:45 -03:00
parent f5b900e2ef
commit fa8b1b9c05

View file

@ -20,11 +20,11 @@ FORM_CHANGE_MOVE:
FORM_CHANGE_WITHDRAW: FORM_CHANGE_WITHDRAW:
Form change activates when the Pokémon is withdrawn from the PC or Daycare. Form change activates when the Pokémon is withdrawn from the PC or Daycare.
no parameters No parameters.
FORM_CHANGE_SWITCH: FORM_CHANGE_FAINT:
Form change activates when the Pokémon is switched out in battle. Form change activates when the Pokémon faints, either in battle or in the overworld by poison.
no parameters No parameters.
FORM_CHANGE_BATTLE_BEGIN: FORM_CHANGE_BATTLE_BEGIN:
Form change activates when the Pokémon is sent out at the beginning of a battle Form change activates when the Pokémon is sent out at the beginning of a battle
@ -37,6 +37,15 @@ FORM_CHANGE_BATTLE_END:
param1 = item to hold, optional param1 = item to hold, optional
param2 = a move that will be replaced, optional param2 = a move that will be replaced, optional
param3 = a new move to replace it with, optional param3 = a new move to replace it with, optional
FORM_CHANGE_BATTLE_SWITCH:
Form change activates when the Pokémon is switched out in battle.
No parameters.
FORM_CHANGE_PRIMAL_REVERSION:
Form change activates when entering battle with the specified item. If the item is a Red Orb,
it uses the Omega Symbol for the animation and icon. Otherwise, it defaults to Alpha.
param1 = item to hold, required.
*/ */
// FORM_CHANGE_MOVE param2 Arguments // FORM_CHANGE_MOVE param2 Arguments