diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-08-12 12:17:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-12 12:17:23 -0700 |
commit | 32b0e102cf7ac8f6ec7f0e49324532c800d6b038 (patch) | |
tree | a8772aef963bab43e6c8af4984ab26ecd408a03f /include/global.h | |
parent | 6bb761a7115a09a846bec7f97c51e02ebd6dcaa6 (diff) | |
parent | 3a72e6a80d52215533936f92efbe8e4f3454b7e6 (diff) |
Merge pull request #287 from DizzyEggg/easy_chat
Pikalax's Easy chat
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index 2015d47cc..1a179d858 100644 --- a/include/global.h +++ b/include/global.h @@ -761,7 +761,7 @@ struct LilycoveLadyContest /*0x00e*/ u8 language; }; -typedef union +typedef union // 3b58 { struct LilycoveLadyQuiz quiz; struct LilycoveLadyFavour favour; |