Skip to content

Commit 5a1177f

Browse files
committed
partially complete checkpoint 55
1 parent 6071341 commit 5a1177f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

SerialPrograms/Source/PokemonSV/Programs/AutoStory/PokemonSV_AutoStory_Segment_23.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,9 @@ void checkpoint_55(
345345
){
346346
checkpoint_reattempt_loop(env, context, notif_status_update, stats,
347347
[&](size_t attempt_number){
348+
349+
// todo: try to align to left side of tunnel. then charge at Orthworm
350+
// reset if caught in battle.
348351
/////////////////////
349352

350353
// get_off_ride(env.program_info(), env.console, context);

SerialPrograms/Source/PokemonSV/Programs/AutoStory/PokemonSV_AutoStory_Segment_23.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ void checkpoint_54(
3737
);
3838

3939

40-
// start:
40+
// start: At East Province (Area Three) Watchtower.
4141
// end:
4242
void checkpoint_55(
4343
SingleSwitchProgramEnvironment& env,

0 commit comments

Comments
 (0)