• Opcode: 0x166
  • Short name: DISABLEANGELO
  • Long name: Disable angelo

Argument

none

Stack

0 or 1

DISABLEANGELO

Description

It uses 1 at the Esthar concourse and the Ragnarok airlock. Uses 0 in the ragnarok cockpit.

The handler pops one value: non-zero calls disableAngelo(), zero calls enableAngelo() (so push 1 to disable, 0 to enable).

Runtime note: controls bit 0x10 in SG_ODIN_ANGEL_GILGA_FLAG. Angelo auto-actions require Rinoa in the party and this bit clear. See GF Summon Runtime.

PC handler: SCRIPT_DISABLE_ANGELO.

Function addresses

Function Address Description
SCRIPT_DISABLE_ANGELO 0x529EB0 Field script opcode handler (verified IDA function)
SG_ODIN_ANGEL_GILGA_FLAG 0x1CFE97A Global byte, not a function