split dungeon map file

This commit is contained in:
DizzyEggg
2025-03-06 23:33:39 +01:00
parent 59ac6518b6
commit bfbcea5f9f
7 changed files with 635 additions and 726 deletions

View File

@@ -338,8 +338,8 @@ struct UnkDungeonGlobal_1822C_Sub
u32 arr[8];
};
#define UNK1822C_ARR_COUNT 16
#define UNK1822C_ARR_COUNT_2 28
#define UNK1822C_ARR_COUNT (DUNGEON_MAX_SIZE_Y / 2)
#define UNK1822C_ARR_COUNT_2 (DUNGEON_MAX_SIZE_X / 2)
struct UnkDungeonGlobal_unk1BBEC
{