cleanup hole manager

This commit is contained in:
Henny022p
2025-03-04 21:00:25 +00:00
parent b19f86852b
commit e3022b8b03
13 changed files with 267 additions and 345 deletions
+8 -8
View File
@@ -5,15 +5,15 @@
typedef struct {
Manager base;
s16 unk_20;
s16 unk_22;
u16 unk_24;
u16 unk_26;
s16 x;
s16 y;
u16 width;
u16 height;
u8 unk_28[8];
u16 unk_30;
u16 unk_32;
u16 unk_34;
u16 unk_36;
u16 persistance_x;
u16 persistance_y;
u16 persistance_offset_x;
u16 persistance_offset_y;
u8 unk_38[7];
u8 unk_3f;
} HoleManager;
+2
View File
@@ -8,4 +8,6 @@ typedef struct {
s32 unk20;
} LightManager;
extern void UnDarkRoom(void);
#endif // LIGHTMANAGER_H