summaryrefslogtreecommitdiff
path: root/include/apprentice.h
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-11-06 10:06:21 -0600
committerGitHub <noreply@github.com>2018-11-06 10:06:21 -0600
commitccc5d27fcb8647225656b06a60a7d79ad0fa299f (patch)
treee27f82eb3379f76720675dff72e1d89f63458799 /include/apprentice.h
parent9adbb5d8719db5e60f0051b5a854deec09ae5860 (diff)
parent258ec3162f981932a83d08e404f1944a12b3f952 (diff)
Merge pull request #376 from DizzyEggg/battle_frontier_2
Decompile part of battle_frontier_2
Diffstat (limited to 'include/apprentice.h')
-rw-r--r--include/apprentice.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/apprentice.h b/include/apprentice.h
index ca0b04800..195106c53 100644
--- a/include/apprentice.h
+++ b/include/apprentice.h
@@ -9,7 +9,8 @@ struct ApprenticeTrainer
u16 otId;
u8 facilityClass;
u16 species[APPRENTICE_SPECIES_COUNT];
- u8 rest[14];
+ u8 id;
+ u16 easyChatWords[6];
};
extern const struct ApprenticeTrainer gApprentices[];