| 3461 | } |
| 3462 | |
| 3463 | bool Game_Interpreter::CommandChangeMainMenuAccess(lcf::rpg::EventCommand const& com) { // code 11960 |
| 3464 | Main_Data::game_system->SetAllowMenu(com.parameters[0] != 0); |
| 3465 | return true; |
| 3466 | } |
| 3467 | |
| 3468 | bool Game_Interpreter::CommandConditionalBranch(lcf::rpg::EventCommand const& com) { // Code 12010 |
| 3469 | const auto& frame = GetFrame(); |
nothing calls this directly
no test coverage detected