Case

From Final Fantasy Hacktics Wiki
Revision as of 14:26, 22 February 2021 by Xifanie (talk | contribs) (Xifanie moved page Event Instruction 06 to Case)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

{06} Case

Case(xVALU)

If the assigned Value matches the value of the variable specified in the previous {05} Switch instruction, then it executes the code below until it encounters a {08} Break or {09} EndSwitch.

Otherwise, it will attempt the {06} Case instructions.


See also: {05} Switch{07} Default{08} Break{09} EndSwitch


Value : Half-Word (hex)

Value to use as a comparison for the previously specified Variable ID.