document patch server commands

This commit is contained in:
Martin Michelsen
2022-05-08 00:04:39 -07:00
parent 8ef256917c
commit 1e3dd6a274
4 changed files with 153 additions and 34 deletions
+3 -3
View File
@@ -1744,9 +1744,9 @@ independently.\r\n\
}
send_message_box(c, message.c_str());
send_check_directory_patch(c, ".");
send_check_directory_patch(c, "data");
send_check_directory_patch(c, "scene");
send_enter_directory_patch(c, ".");
send_enter_directory_patch(c, "data");
send_enter_directory_patch(c, "scene");
send_command(c, 0x0A, 0x00);
send_command(c, 0x0A, 0x00);
send_command(c, 0x0A, 0x00);