yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::zelda3::anonymous_namespace{dungeon_validator.cc} Namespace Reference

Functions

bool IsStatefulChest (int16_t object_id)
 

Variables

constexpr int16_t kBigKeyLockObjectId = 0xF98
 
constexpr int16_t kSmallChestObjectId = 0xF99
 
constexpr int16_t kBigChestObjectId = 0xFB1
 
constexpr size_t kMaxStatefulRoomEventSlots = 6
 

Function Documentation

◆ IsStatefulChest()

bool yaze::zelda3::anonymous_namespace{dungeon_validator.cc}::IsStatefulChest ( int16_t object_id)

Definition at line 15 of file dungeon_validator.cc.

References IsStatefulChest(), kBigChestObjectId, and kSmallChestObjectId.

Referenced by IsStatefulChest().

Here is the call graph for this function:

Variable Documentation

◆ kBigKeyLockObjectId

constexpr int16_t yaze::zelda3::anonymous_namespace{dungeon_validator.cc}::kBigKeyLockObjectId = 0xF98
constexpr

Definition at line 10 of file dungeon_validator.cc.

◆ kSmallChestObjectId

constexpr int16_t yaze::zelda3::anonymous_namespace{dungeon_validator.cc}::kSmallChestObjectId = 0xF99
constexpr

Definition at line 11 of file dungeon_validator.cc.

Referenced by IsStatefulChest().

◆ kBigChestObjectId

constexpr int16_t yaze::zelda3::anonymous_namespace{dungeon_validator.cc}::kBigChestObjectId = 0xFB1
constexpr

Definition at line 12 of file dungeon_validator.cc.

Referenced by IsStatefulChest().

◆ kMaxStatefulRoomEventSlots

constexpr size_t yaze::zelda3::anonymous_namespace{dungeon_validator.cc}::kMaxStatefulRoomEventSlots = 6
constexpr

Definition at line 13 of file dungeon_validator.cc.