Sly 1:VAULT

From SlyMods
Revision as of 04:24, 10 August 2022 by TheOnlyZac (talk | contribs) (Created Sly 1 struct stub)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
VAULT
Data Structure
GameSly Cooper and the Thievius Raccoonus

VAULT is a struct in Sly Cooper and the Thievius Raccoonus. It is used in the functions OpenVault and UpdateVaultActive. One can be found in memory for each level that contains a vault.

Fields

Caption text
Offset Type Name Description
0x614 SMA * psmaVault SMA goal to set upon opening the vault.
0x640 int nCombination Vault combination (any three digit number)
0x760 int Thief move mask Mask of bits to unlock on the powerup flags upon opening the vault
0x764 int Dialog index Index of which DIALOG to play upon opening[check]
0x768 DIALOG * [27] Unlock dialogues Array of all possible DIALOGs that can play upon opening[check]
0x7d8 int cpdialogPending Count of pending DIALOGs
0x7dc DIALOG * * apdialogPending Array of pending DIALOGs