diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-01-05 18:12:00 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-01-05 18:12:00 -0500 |
commit | 1e699465bdef048f0c2d9574db6ca9a0dd77b051 (patch) | |
tree | 36548cb5f651446f1c01a6bc323493ed40548ca0 /include/global.h | |
parent | 4b459cd4607a48a84bcc14122d2ad324424fdff2 (diff) |
through sub_815E5C4
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h index 0ff9d67df..f418ff757 100644 --- a/include/global.h +++ b/include/global.h @@ -714,6 +714,14 @@ struct TrainerTowerLog u32 unk0; u32 unk4; u8 unk8; + u8 unk9; + u8 unkA_0:1; + u8 unkA_1:1; + u8 unkA_2:1; + u8 unkA_3:1; + u8 unkA_4:1; + u8 unkA_5:1; + u8 unkA_6:2; }; struct SaveBlock1 |