SetTerrainObstacleChecked

This commit is contained in:
DizzyEggg
2024-11-11 17:01:04 +01:00
parent 05c4525ad3
commit ad0f0f4050
3 changed files with 598 additions and 1358 deletions

View File

@@ -9,6 +9,7 @@
enum TerrainType
{
TERRAIN_TYPE_WALL = 0, // x0 When neither TERRAIN_TYPE_NORMAL nor TERRAIN_TYPE_SECONDARY are set
TERRAIN_TYPE_NORMAL = 1 << 0, // x1
TERRAIN_TYPE_SECONDARY = 1 << 1, // Water or lava depending on the dungeon. x2
TERRAIN_TYPE_UNK_2 = 1 << 2, // x4