• Opcode: 0x010
  • Short name: PSHSM_B
  • Long name: Push signed from memory (byte)

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 byte stored at variable offset Argument onto the stack (sign-extended). Returns 2.

PC handler: SCRIPT_PSHSM_B.

Function addresses

Function Address Description
SCRIPT_PSHSM_B 0x51CBB0 Field script opcode handler (verified IDA function)