Skip to content

Commit dcb6b52

Browse files
committed
remove latis from legenday hunt
PokeNav calls possible on Southern Island
1 parent 3fe87c2 commit dcb6b52

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

SerialPrograms/Source/PokemonRSE/Programs/ShinyHunting/PokemonRSE_LegendaryHunt-Emerald.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ LegendaryHuntEmerald::LegendaryHuntEmerald()
5656
{Target::regis, "regis", "Regirock/Regice/Registeel"},
5757
{Target::hooh, "hooh", "Ho-Oh"},
5858
{Target::lugia, "lugia", "Lugia"},
59-
{Target::latis, "latis", "Latias/Latios (Southern Island)"},
6059
},
6160
LockMode::LOCK_WHILE_RUNNING,
6261
Target::hooh
@@ -309,9 +308,6 @@ void LegendaryHuntEmerald::program(SingleSwitchProgramEnvironment& env, SwitchCo
309308
case Target::lugia:
310309
reset_lugia(env, context);
311310
break;
312-
case Target::latis:
313-
//TODO
314-
break;
315311
default:
316312
OperationFailedException::fire(
317313
ErrorReport::SEND_ERROR_REPORT,

SerialPrograms/Source/PokemonRSE/Programs/ShinyHunting/PokemonRSE_LegendaryHunt-Emerald.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ class LegendaryHuntEmerald : public SingleSwitchProgramInstance{
3333
regis,
3434
hooh,
3535
lugia,
36-
latis,
3736
};
3837
EnumDropdownOption<Target> TARGET;
3938

0 commit comments

Comments
 (0)