diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-02 19:26:14 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-02 19:26:14 -0400 |
commit | 01d6114da230e8526b21cbd3ae449d87fc2ba548 (patch) | |
tree | 297cb6d6dded3e6d5ee28b333d00bb22783bb185 /include/global.tv.h | |
parent | ed7ded0748b38b5266cdc6092446c7b184f75778 (diff) |
easy_chat_input_maybe
Diffstat (limited to 'include/global.tv.h')
-rw-r--r-- | include/global.tv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/global.tv.h b/include/global.tv.h index 5f65aa8e0..97ac54660 100644 --- a/include/global.tv.h +++ b/include/global.tv.h @@ -91,7 +91,7 @@ typedef union // size = 0x24 /*0x0E*/ u8 pokemonNameLanguage; /*0x0F*/ u8 filler_0F[1]; /*0x10*/ u8 nickname[8]; - /*0x18*/ u8 filler_18[4]; + /*0x18*/ u16 words18[2]; /*0x1C*/ u16 words[4]; } fanclubOpinions; @@ -99,7 +99,7 @@ typedef union // size = 0x24 struct { /*0x00*/ u8 kind; /*0x01*/ bool8 active; - /*0x02*/ u8 pad02[4]; + /*0x02*/ u16 words[2]; /*0x06*/ u16 var06; /*0x08*/ u8 pad_08[3]; /*0x0b*/ u8 string_0b[12]; |