Move trainer hill map data to bin files

This commit is contained in:
GriffinR
2022-03-31 13:11:44 -04:00
parent 62f3f144ab
commit 328b925a08
38 changed files with 63 additions and 393 deletions

View File

@@ -7,7 +7,7 @@ struct TrainerHillTrainer
{
u8 name[HILL_TRAINER_NAME_LENGTH];
u8 facilityClass;
u32 unused;
bool32 unused; // Set to TRUE on JP trainers
u16 speechBefore[EASY_CHAT_BATTLE_WORDS_COUNT];
u16 speechWin[EASY_CHAT_BATTLE_WORDS_COUNT];
u16 speechLose[EASY_CHAT_BATTLE_WORDS_COUNT];