USE PROTAG

This commit is contained in:
DizzyEggg
2019-05-25 14:44:09 +02:00
committed by huderlem
parent e706280503
commit a074f36766
4 changed files with 6 additions and 7 deletions

View File

@@ -64,5 +64,5 @@ const u8 gTrainerClassNames[][13] = {
[TRAINER_CLASS_FACTORY_HEAD] = _("FACTORY HEAD"),
[TRAINER_CLASS_PIKE_QUEEN] = _("PIKE QUEEN"),
[TRAINER_CLASS_PYRAMID_KING] = _("PYRAMID KING"),
[TRAINER_CLASS_RS_PLAYER] = _("{PKMN} TRAINER"),
[TRAINER_CLASS_RS_PROTAG] = _("{PKMN} TRAINER"),
};