From db05ce306fa55c9d64b7123e47cf2b66416afe40 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Wed, 1 Sep 2021 18:05:30 -0700 Subject: More PMD grind (#50) * more sese grind * match sub_802ABF8 * some more work --- include/text.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'include/text.h') 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; -- cgit v1.2.3