diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-05-18 20:29:16 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-05-18 20:29:16 -0400 |
commit | 67ec48a2be4464b306fbd8d07fd6809b60904016 (patch) | |
tree | 992188c216af85c9ae202a4bb85b9ce4ae4e8fc9 /include/global.h | |
parent | 99c5f53c99f6461fc6a134e36da3c38a91cf4f8c (diff) |
sub_80BF1B4
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index 4a82972b5..f8e53f72c 100644 --- a/include/global.h +++ b/include/global.h @@ -194,7 +194,9 @@ struct EasyChatPair struct TVShowCommon { /*0x00*/ u8 var00; /*0x01*/ u8 var01; - /*0x02*/ u8 pad02[34]; + /*0x02*/ u8 pad02[32]; + /*0x22*/ u8 trainerIdLo; + /*0x23*/ u8 trainerIdHi; }; struct TVShowFanClubLetter { |