decompile dungeon_generation

This commit is contained in:
DizzyEggg
2024-11-12 12:30:12 +01:00
parent f97df99fdf
commit 102403cd9a
5 changed files with 226 additions and 667 deletions

View File

@@ -18,6 +18,7 @@ enum TerrainType
TERRAIN_TYPE_IMPASSABLE_WALL = 1 << 4, // x10
TERRAIN_TYPE_SHOP = 1 << 5, // x20
TERRAIN_TYPE_IN_MONSTER_HOUSE = 1 << 6, // x40
TERRAIN_TYPE_UNK_7 = 1 << 7, // x80
TERRAIN_TYPE_UNK_8 = 1 << 8, // x100
TERRAIN_TYPE_STAIRS = 1 << 9, // x200
TERRAIN_TYPE_UNK_x400 = 1 << 10,