From e85051712361063b04aa7a35ff5c25aed068cab9 Mon Sep 17 00:00:00 2001 From: DizzyEggg Date: Sat, 27 Oct 2018 21:01:35 +0200 Subject: more battle frontier 2 --- include/apprentice.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/apprentice.h') diff --git a/include/apprentice.h b/include/apprentice.h index ca0b04800..23e1fc8f2 100644 --- a/include/apprentice.h +++ b/include/apprentice.h @@ -9,7 +9,9 @@ struct ApprenticeTrainer u16 otId; u8 facilityClass; u16 species[APPRENTICE_SPECIES_COUNT]; - u8 rest[14]; + u8 unk; + u8 unk_; + u16 easyChatWords[6]; }; extern const struct ApprenticeTrainer gApprentices[]; -- cgit v1.2.3 From 7de1c4bd141bc793873b12acd7f1eaae7474bfbc Mon Sep 17 00:00:00 2001 From: DizzyEggg Date: Tue, 30 Oct 2018 22:17:03 +0100 Subject: Make frontier util compile --- include/apprentice.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/apprentice.h') 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]; }; -- cgit v1.2.3