- Opcode: 0x00A
- Short name: PSHM_B
- Long name: Push 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 unsigned byte stored at variable offset Argument onto the stack. Returns 2.
PC handler: SCRIPT_PSHM_B.
Function addresses
| Function | Address | Description |
|---|---|---|
SCRIPT_PSHM_B | 0x51CAF0 | Field script opcode handler (verified IDA function) |