Skip to content

Commit 507a8b1

Browse files
committed
Add language option to FRLG ev trainer
1 parent 3f6e9aa commit 507a8b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SerialPrograms/Source/PokemonFRLG/Programs/Farming/PokemonFRLG_EvTrainer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ EvTrainer::EvTrainer()
172172
&NOTIFICATION_PROGRAM_FINISH,
173173
})
174174
{
175-
// PA_ADD_OPTION(LANGUAGE);
175+
PA_ADD_OPTION(LANGUAGE);
176176
PA_ADD_OPTION(HP_EVS);
177177
PA_ADD_OPTION(ATK_EVS);
178178
PA_ADD_OPTION(DEF_EVS);

0 commit comments

Comments
 (0)