diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-08-12 11:39:09 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-08-12 11:39:09 +0200 |
commit | 3a72e6a80d52215533936f92efbe8e4f3454b7e6 (patch) | |
tree | 268252d3be40958604b2e9c0bc61e9b9497ff289 /include/global.h | |
parent | 59d8d568683283f782ee7f77b65107e59dc1389d (diff) |
Easy chat review changes
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/global.h b/include/global.h index a0722bcc9..eaac5ea89 100644 --- a/include/global.h +++ b/include/global.h @@ -719,8 +719,8 @@ struct LilycoveLadyQuiz /*0x000*/ u8 id; /*0x001*/ u8 phase; /*0x002*/ u16 unk_002[9]; - /*0x014*/ u16 unk_014[1]; - /*0x016*/ u16 unk_016[1]; + /*0x014*/ u16 unk_014; + /*0x016*/ u16 unk_016; /*0x018*/ u8 playerName[8]; /*0x020*/ u16 playerTrainerId[4]; /*0x028*/ u16 itemId; |