mirror of
https://github.com/zeldaret/tmc
synced 2026-09-09 12:04:01 -04:00
cleanup hole manager
This commit is contained in:
@@ -85,7 +85,6 @@ extern void sub_080580B0(u32);
|
||||
extern void sub_08058324(u32);
|
||||
extern void sub_08059278(void);
|
||||
extern void LoadStaticBackground(u32);
|
||||
extern void sub_0805BC4C(void);
|
||||
extern void sub_0805EC60(Entity*);
|
||||
extern void InitPlayerMacro(PlayerMacroEntry*);
|
||||
extern u32* sub_0805F25C(u32);
|
||||
|
||||
@@ -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