mirror of
https://github.com/pret/pmd-red.git
synced 2026-08-27 11:14:28 -05:00
Match sub_803DF60 and sub_803E02C
This commit is contained in:
@@ -329,6 +329,8 @@ typedef struct unkDungeon57C
|
||||
} unkDungeon57C;
|
||||
|
||||
#define COLOR_RAMP_COUNT 256
|
||||
#define UNK12A18_ARR_COUNT 29
|
||||
#define UNK12A18_ARR_COUNT_2 9
|
||||
|
||||
// size: 0x1CEDC
|
||||
typedef struct Dungeon
|
||||
@@ -415,13 +417,8 @@ typedef struct Dungeon
|
||||
/* 0x10844 */ s16 naturalJunctionListCounts[MAX_ROOM_COUNT];
|
||||
/* 0x10884 */ DungeonPos naturalJunctionList[MAX_ROOM_COUNT][MAX_ROOM_COUNT]; // Arrays of room exits for each room.
|
||||
u16 unk11884[250][9];
|
||||
u16 unk12A18[20][9];
|
||||
u16 unk12B80[9];
|
||||
u16 unk12B92[36];
|
||||
u16 unk12BDA[9];
|
||||
u16 unk12BEC[9];
|
||||
u16 unk12BFE[19];
|
||||
u8 unk12C24[0x930];
|
||||
u16 unk12A18[UNK12A18_ARR_COUNT][UNK12A18_ARR_COUNT_2];
|
||||
u8 ALIGNED(4) unk12C24[0x930];
|
||||
u16 unk13554[10];
|
||||
OpenedFile *unk13568;
|
||||
u8 unk1356C;
|
||||
|
||||
Reference in New Issue
Block a user