FF7/WorldMap Module/Script/Opcodes/319
Jump to navigation
Jump to search
- Opcode: 0x319
- Name: set map options
- Two-word opcode: No
Parameters
| Location | Name | Description |
|---|---|---|
| Stack | Options | Bitmask with map options, see below |
Notes
Sets map and camera options, using a bitmask, with following possible values:
| Value | Meaning |
|---|---|
| 0 | (default) mini map on, normal camera |
| 1 | camera low |
| 2 | show heading on the mini map |
| 4 | show big map |
| 8 | hide mini map |
NOTE: Setting the Options argument to 3 results in a weird, "close-up" camera with player hovering over ground and no ability to move.