Merge remote-tracking branch 'upstream/master'

This commit is contained in:
theo3
2020-08-04 17:18:59 -07:00
45 changed files with 759 additions and 1512 deletions
+17 -8
View File
@@ -6,15 +6,14 @@
#include "link.h"
typedef struct {
u8 filler[8];
u8 field_0x8;
u8 field_0x9[0x34];
u32 windcrests;
u8 field_0x44[0x64];
Stats stats;
} struct_02002A40;
char header[4];
u8 saveFile;
u8 field_0x5;
u8 brightnessPref;
u8 gameLanguage;
} struct_02000000;
extern struct_02002A40 gUnk_02002A40;
extern struct_02000000 gUnk_02000000;
typedef struct {
u16 frameCount; // regular frame count? does anything reset it?
@@ -60,4 +59,14 @@ typedef struct {
u16 transitionSFX;
} ScreenTransitionData;
typedef struct {
/*0x00*/ u8 unk0;
/*0x01*/ u8 filler1[0x5];
/*0x06*/ u8 unk6;
/*0x07*/ u8 unk7;
/*0x08*/ s8 unk8[0x10]; // ?? unclear know how large this is
} struct_02019EE0;
extern struct_02019EE0 gUnk_02019EE0;
#endif