FF7/WorldMap Module/Script/Opcodes/319

From Final Fantasy Inside
< FF7‎ | WorldMap Module‎ | Script‎ | Opcodes
Revision as of 14:37, 5 April 2020 by Mav (talk | contribs) (Add opcode description)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.