- Opcode: 0x012
- Short name: PSHSM_L
- Long name: Push signed from memory (long)
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 32-bit value stored at variable offset Argument onto the stack. Returns 2.
PC handler: SCRIPT_PSHSM_L.
Function addresses
| Function | Address | Description |
|---|---|---|
SCRIPT_PSHSM_L | 0x51CC30 | Field script opcode handler (verified IDA function) |