• Opcode: 0x011
  • Short name: PSHSM_W
  • Long name: Push signed from memory (word)

Argument

Byte offset into the savemap field-variable block (VARMAP_START), i.e. a savemap variable number — not a raw pointer.

Stack

… => …, value

Description

Push the signed word stored at variable offset Argument onto the stack (sign-extended). Returns 2.

PC handler: SCRIPT_PSHSM_W.

Function addresses

Function Address Description
SCRIPT_PSHSM_W 0x51CBF0 Field script opcode handler (verified IDA function)