summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-10-17 02:09:31 -0400
committerGriffinR <griffin.g.richards@gmail.com>2021-10-17 02:09:31 -0400
commit3cd27acbea87007fdb041035919c5b8a1b4bafcc (patch)
treebbc15d542f684e22b08c4cc2f45579cee08c3afc /include/global.h
parent5f9069628d193b61b7601dc016509b91024ffa1b (diff)
Document wonder news
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h8
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