diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-11-19 11:36:38 -0500 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-11-19 11:36:38 -0500 |
commit | 4e6a69c29736bd9bb81049c6944e27ce46f8333c (patch) | |
tree | fd2d25dbe5b5c0c3f3c7f2f63f8c899de727e412 /include/apprentice.h | |
parent | a486c8affd35bec6e3b71c8c1bfbaba2dc94ec4b (diff) |
WIP Document Apprentice
Diffstat (limited to 'include/apprentice.h')
-rw-r--r-- | include/apprentice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apprentice.h b/include/apprentice.h index ac7dff886..44329b677 100644 --- a/include/apprentice.h +++ b/include/apprentice.h @@ -10,7 +10,7 @@ struct ApprenticeTrainer u8 facilityClass; u16 species[APPRENTICE_SPECIES_COUNT]; u8 id; - u16 easyChatWords[6]; + u16 speechLost[EASY_CHAT_BATTLE_WORDS_COUNT]; }; extern const struct ApprenticeTrainer gApprentices[]; |