summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2021-09-01 18:05:30 -0700
committerGitHub <noreply@github.com>2021-09-01 18:05:30 -0700
commitdb05ce306fa55c9d64b7123e47cf2b66416afe40 (patch)
treefa0258192daa7a0319a425a688e1c56a8ed67ab2 /include/text.h
parent459171cf48157699e044b66b8274e500ecd5fe0d (diff)
More PMD grind (#50)
* more sese grind * match sub_802ABF8 * some more work
Diffstat (limited to 'include/text.h')
-rw-r--r--include/text.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/include/text.h b/include/text.h
index eda4f9a..eaf2ffc 100644
--- a/include/text.h
+++ b/include/text.h
@@ -10,8 +10,17 @@ struct UnkTextStruct1 {
u8 unk46;
};
+struct UnkTextStruct2_sub
+{
+ u8 unk0;
+ u8 unk1;
+ u8 unk2;
+ u8 unk3;
+};
+
struct UnkTextStruct2 {
- u8 fill00[0x0c];
+ u8 fill00[0x08];
+ struct UnkTextStruct2_sub unk08;
s16 unk0c;
s16 unkE;
s16 unk10;