mirror of
https://github.com/zeldaret/tmc
synced 2026-07-11 07:25:23 -04:00
tile entity functions
This commit is contained in:
+2
-1
@@ -107,7 +107,6 @@ extern void sub_080AD9B0(void);
|
||||
extern void sub_080AD918(void);
|
||||
extern void sub_0801E104(void);
|
||||
extern void sub_080A57F4(void);
|
||||
extern void sub_0804B29C(void*);
|
||||
extern void sub_08030118(u32);
|
||||
extern void sub_080575C8(u32);
|
||||
extern void sub_08057688(void);
|
||||
@@ -295,4 +294,6 @@ extern void sub_0801855C(void);
|
||||
extern u32 sub_0807CAEC(u32);
|
||||
extern void sub_0807CAC8(u32);
|
||||
extern void LoadObjPalette(Entity*, u32);
|
||||
|
||||
void sub_0804B3C4(void*);
|
||||
#endif
|
||||
|
||||
@@ -149,6 +149,18 @@ extern struct {
|
||||
|
||||
extern DiggingCaveEntrance* diggingCaveEntrances[];
|
||||
|
||||
typedef struct {
|
||||
Manager manager;
|
||||
u8 field_0x20[0x15];
|
||||
u8 field_0x35;
|
||||
u8 field_0x36;
|
||||
u8 field_0x37;
|
||||
s16 x;
|
||||
u16 y;
|
||||
u16 tile;
|
||||
u16 field_0x3e;
|
||||
} Manager24;
|
||||
|
||||
typedef struct {
|
||||
u8 unk_00;
|
||||
u8 unk_01;
|
||||
|
||||
+2
-1
@@ -74,7 +74,8 @@ typedef struct {
|
||||
u8 filler4[48];
|
||||
u8 filler5[28];
|
||||
u32 animFlags;
|
||||
void* field_0x6c[24];
|
||||
void* field_0x6c[8];
|
||||
void* field_0x8c[16];
|
||||
} RoomVars;
|
||||
static_assert(sizeof(RoomVars) == 0xCC);
|
||||
extern RoomVars gRoomVars;
|
||||
|
||||
Reference in New Issue
Block a user