Skip to content

Map Area

skzk edited this page Oct 6, 2024 · 14 revisions

Item ID: 0x2A (42)
Item file: base

Structure

Field(s) Description
struct kdop_item

See k-DOP item.

Flags:
Bit 0: Draw over
Bit 1: Draw outline
Bit 3: Type of map area:
    0: Draws a polygon onto the UI map.
    1: Navigation for marking entrance of big rest areas etc.
Bit 4: Secret area
Byte 1: DLC guard

u32 node_count
array_u64 node_uids

UIDs of the nodes of the polygon.

u32 color Color of highlighted area in GPS navigation and UI map, as an index for the map_area_* arrays defined in /def/map_data.sii.
Clone this wiki locally