mirror of
https://github.com/zeldaret/tmc
synced 2026-08-13 12:19:19 -04:00
cleanup hole manager
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -8,4 +8,6 @@ typedef struct {
|
||||
s32 unk20;
|
||||
} LightManager;
|
||||
|
||||
extern void UnDarkRoom(void);
|
||||
|
||||
#endif // LIGHTMANAGER_H
|
||||
|
||||
Reference in New Issue
Block a user