TrainerTowerTrainer.{unkC --> textColor}

This commit is contained in:
PikalaxALT
2021-05-06 12:52:05 -04:00
parent 2fb82d4eca
commit b79634e2f3
3 changed files with 63 additions and 63 deletions
+1 -1
View File
@@ -481,7 +481,7 @@ void InitTrainerTowerBattleStruct(void)
sTrainerTowerOpponent->battleType = CURR_FLOOR.challengeType;
sTrainerTowerOpponent->facilityClass = CURR_FLOOR.trainers[trainerId].facilityClass;
sTrainerTowerOpponent->textColor = CURR_FLOOR.trainers[trainerId].unkC;
sTrainerTowerOpponent->textColor = CURR_FLOOR.trainers[trainerId].textColor;
SetVBlankCounter1Ptr(&TRAINER_TOWER.timer);
FreeTrainerTowerDataStruct();
}