diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-10-17 02:09:31 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-10-17 02:09:31 -0400 |
commit | 3cd27acbea87007fdb041035919c5b8a1b4bafcc (patch) | |
tree | bbc15d542f684e22b08c4cc2f45579cee08c3afc /include/global.h | |
parent | 5f9069628d193b61b7601dc016509b91024ffa1b (diff) |
Document wonder news
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/global.h b/include/global.h index 8681f7289..d82ea875e 100644 --- a/include/global.h +++ b/include/global.h @@ -839,10 +839,10 @@ struct SaveTrainerHill struct WonderNewsMetadata { - u8 unk_0_0:2; - u8 unk_0_2:3; - u8 unk_0_5:3; - u8 unk_1; + u8 newsType:2; + u8 sentCounter:3; + u8 getCounter:3; + u8 rand; }; struct WonderNews |