Skip to content

Commit 3641b06

Browse files
committed
Reverted unnecessary additions 2
1 parent 22d051e commit 3641b06

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

SerialPrograms/Source/PokemonSwSh/MaxLair/Framework/PokemonSwSh_MaxLair_StateMachine.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ StateMachineAction run_state_iteration(
182182
global_state, decider,
183183
entrance
184184
);
185-
case 7: {
185+
case 7:
186186
console.log("Current State: Entrance");
187187
std::string boss_slug = global_state.infer_actual_state(console_index).boss;
188188
run_entrance(
@@ -191,9 +191,8 @@ StateMachineAction run_state_iteration(
191191
console, context,
192192
save_path,
193193
global_state
194-
);
194+
);
195195
return StateMachineAction::DONE_WITH_ADVENTURE;
196-
}
197196
case 8:
198197
console.log("Current State: Frozen Screen", COLOR_RED);
199198
// pbf_mash_button(context, BUTTON_B, 1000ms);

0 commit comments

Comments
 (0)