Skip to content

Commit 9792fd3

Browse files
authored
set to_max_zoom_level_on_map to true after game reset (#890)
Co-authored-by: Ȇ✠Saͥbͣeͫr👑Ⰰ <naussika@users.noreply.github.com>
1 parent 09837ad commit 9792fd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SerialPrograms/Source/PokemonLZA/Programs/ShinyHunting/PokemonLZA_WildZoneEntrance.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,7 @@ void ShinyHunt_WildZoneEntrance::program(SingleSwitchProgramEnvironment& env, Pr
567567
env.console.overlay().add_log("Error Found. Reset Game", COLOR_RED);
568568
go_home(env.console, context);
569569
reset_game_from_home(env, env.console, context);
570+
to_max_zoom_level_on_map = true; // map zoom level reset after game reset
570571
}
571572
send_program_status_notification(env, NOTIFICATION_STATUS);
572573
}

0 commit comments

Comments
 (0)