diff options
author | scnorton <scnorton@biociphers.org> | 2017-09-19 16:55:53 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-09-19 16:55:53 -0400 |
commit | 4e8a2c6934c4f8a44ed8d350fe96996beda21d0e (patch) | |
tree | eae535614657ad1123616bcc2ddb46ea84ec169a /include/global.h | |
parent | b26eb6713bb866f1173b4c7192ce231d894d19ea (diff) |
SetLilycoveFavourLady
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/include/global.h b/include/global.h index 92435ce28..0fc860e68 100644 --- a/include/global.h +++ b/include/global.h @@ -672,10 +672,16 @@ typedef union // TODO struct { /*0x000*/ u8 id; - /*0x001*/ u8 filler_001[11]; + /*0x001*/ u8 unk_001; + /*0x002*/ u8 unk_002; + /*0x003*/ u8 unk_003; + /*0x004*/ u8 unk_004; + /*0x005*/ u8 filler_005[7]; /*0x00c*/ u8 unk_00c; - /*0x00d*/ u8 filler_00d[3]; + /*0x00d*/ u8 filler_00d; + /*0x00e*/ u16 unk_00e; /*0x010*/ u16 unk_010; + /*0x012*/ u8 language; } favour; struct |