Decompile apprentice

This commit is contained in:
DizzyEggg
2018-10-14 11:37:44 +02:00
parent 36b8a6a9a2
commit b4a42a6832
10 changed files with 3497 additions and 3946 deletions

View File

@@ -7,11 +7,13 @@ struct ApprenticeTrainer
{
u8 name[6][PLAYER_NAME_LENGTH + 1]; // For all six languages.
u16 otId;
u16 facilityClass;
u8 facilityClass;
u16 species[APPRENTICE_SPECIES_COUNT];
u8 rest[14];
};
extern const struct ApprenticeTrainer gApprentices[];
const u8 *GetApprenticeNameInLanguage(u32 apprenticeId, s32 language);
#endif // GUARD_APPRENTICE_H