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 |
| 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().

|
constexpr |
Definition at line 10 of file dungeon_validator.cc.
|
constexpr |
Definition at line 11 of file dungeon_validator.cc.
Referenced by IsStatefulChest().
|
constexpr |
Definition at line 12 of file dungeon_validator.cc.
Referenced by IsStatefulChest().
|
constexpr |
Definition at line 13 of file dungeon_validator.cc.