En_Time_Tag (#810)

* En_Time_Tag

* BSS

* PR

* PR
This commit is contained in:
Maide
2022-06-19 03:19:33 +01:00
committed by GitHub
parent e3c0c5c3fa
commit dd8221c798
5 changed files with 261 additions and 24 deletions
+7 -1
View File
@@ -794,12 +794,18 @@ typedef struct {
/* 0x24 */ u32 flags;
} PreRenderParams; // size = 0x28
typedef struct {
/* 0x00 */ u8 unk00;
/* 0x01 */ u8 unk01;
} MsgCtx11F00;
typedef struct {
/* 0x00000 */ View view;
/* 0x00168 */ Font font;
/* 0x11EF4 */ char unk_11EF4[0x4];
/* 0x11EF8 */ UNK_PTR unk11EF8;
/* 0x11EFC */ UNK_TYPE1 unk11EFC[0x8];
/* 0x11EFC */ UNK_TYPE1 unk11EFC[0x4];
/* 0x11F00 */ MsgCtx11F00* unk11F00;
/* 0x11F04 */ u16 currentTextId;
/* 0x11F06 */ UNK_TYPE1 pad11F06[0x4];
/* 0x11F0A */ u8 unk11F0A;
-1
View File
@@ -188,7 +188,6 @@ typedef struct {
typedef void (*PlayerFuncD58)(struct GlobalContext*, struct Player*);
typedef struct Player {
/* 0x000 */ Actor actor;
/* 0x144 */ s8 currentShield;