Skip to content

Reset

Constants used to "reset" an effect, effectively removing it from the Duel such that it no longer applies and can no longer be used.

ConstantHEXDECSummary
RESET_EVENT0x10004096Resets when an event happens to the card it's registered to.
RESET_CARD0x20008192Manually resets effects owned by a card with a given passcode.
RESET_CODE0x400016384Manually resets effects with a given effect code.
RESET_COPY0x800032768Manually resets effects copied effects.
RESET_DISABLE0x1000065536Resets when the effects of the card is negated.
RESET_TURN_SET0x20000131072Resets when the card is flipped face-down.
RESET_TOGRAVE0x40000262144Resets when the card is sent to the GY.
RESET_REMOVE0x80000524288Resets when the card is banished.
RESET_TEMP_REMOVE0x1000001048576Resets when the card is temporarily banished.
RESET_TOHAND0x2000002097152Resets when the card is sent to the hand.
RESET_TODECK0x4000004194304Resets when the card is sent to the Deck.
RESET_LEAVE0x8000008388608Resets when the card leaves the field.
RESET_TOFIELD0x100000016777216Resets when the card moves to the field.
RESETS_STANDARD_EXC_GRAVE0x17a000024772608Typically used for effects that negate cards destroyed by battle.
RESETS_CANNOT_ACT0x17e000025034752Typically used for effects that prevent a card's effects from being activated.
RESETS_STANDARD0x1fe000033423360Typically used for effects registered to cards they affect.
RESETS_STANDARD_DISABLE0x1ff000033488896Typically used for effects that a card registers only to itself.
RESET_CONTROL0x200000033554432Resets when control of the card changes.
RESET_OVERLAY0x400000067108864Resets when the card becomes attached as an Xyz Material.
RESETS_REDIRECT0x47e000075366400Typically used for effects that redirect a card when it leaves the field.
RESET_MSCHANGE0x8000000134217728Resets when the card moves between the Monster Zone and the Spell/Trap Zone.
RESET_SELF_TURN0x10000000268435456Resets only on the player's own turn.
RESET_OPPO_TURN0x20000000536870912Resets only on the opponent's turn.
RESET_PHASE0x400000001073741824Resets in a given phase.
RESETS_STANDARD_PHASE_END0x41fe12001107169792Typically used for effects registered to cards they affect until the End Phase.
RESETS_STANDARD_DISABLE_PHASE_END0x41ff12001107235328Typically used for effects that a card registers to itself until the End Phase.
RESET_CHAIN0x800000002147483648Resets at the end of Chain resolution.