summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-05-20 11:19:34 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-05-20 11:19:34 -0400
commit39b15cb589dde612854ba1e0ea1365daccbfc7a2 (patch)
treeb5e93819395304d6be41371807670e3af193a1b1 /include
parentdf3197f80818e7953c0572c6f23b2dd1ba7baf6b (diff)
sub_80C004C
Diffstat (limited to 'include')
-rw-r--r--include/global.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h
index 3454ab0b8..a294b3e01 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[32];
+ /*0x02*/ u8 pad02[30];
+ /*0x20*/ u8 srcTrainerIdLo;
+ /*0x21*/ u8 srcTrainerIdHi;
/*0x22*/ u8 trainerIdLo;
/*0x23*/ u8 trainerIdHi;
};