diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-10-30 22:17:03 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-10-30 22:17:03 +0100 |
commit | 7de1c4bd141bc793873b12acd7f1eaae7474bfbc (patch) | |
tree | 9bda0ec5eb7ba718cb3863321e9810132f3c1a47 /include/apprentice.h | |
parent | 90ef2694266a13ae9642c4cea4e4125df1e3fae8 (diff) |
Make frontier util compile
Diffstat (limited to 'include/apprentice.h')
-rw-r--r-- | include/apprentice.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/apprentice.h b/include/apprentice.h index 23e1fc8f2..195106c53 100644 --- a/include/apprentice.h +++ b/include/apprentice.h @@ -9,8 +9,7 @@ struct ApprenticeTrainer u16 otId; u8 facilityClass; u16 species[APPRENTICE_SPECIES_COUNT]; - u8 unk; - u8 unk_; + u8 id; u16 easyChatWords[6]; }; |