diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-10-13 23:23:33 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-10-13 23:23:33 +0200 |
commit | 36b8a6a9a2ad5aca2e5d59a1293222819d987aa6 (patch) | |
tree | 8beca1ede128c2c3f622aa61f6d8a2019160b153 /include/global.h | |
parent | a496a763ca54871e19e2482b550127e2aa709b05 (diff) |
More apprentice work
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 ec9fc99bf..0100d04db 100644 --- a/include/global.h +++ b/include/global.h @@ -310,7 +310,7 @@ struct Apprentice u8 field_2; u8 field_3; struct ApprenticeMon monData[3]; - u16 unk28[6]; + u16 easyChatWords[6]; u8 playerId[4]; u8 playerName[PLAYER_NAME_LENGTH]; u8 language; |