From 75856d1423b8e138f0476ed5436a7da28289b5bd Mon Sep 17 00:00:00 2001 From: clint-david <102368216+clint-david@users.noreply.github.com> Date: Wed, 22 Jun 2022 08:59:24 -0400 Subject: [PATCH] Add new subcommand A1. Update comments. Update comments for revive to confirm reverser/moon atomizer use same subcommands. Added new subcommand A1 which is part of revive process. Unsure of function (cannot find any in game effects from it). --- src/ReceiveSubcommands.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ReceiveSubcommands.cc b/src/ReceiveSubcommands.cc index 2f115c3f..c04e31cc 100644 --- a/src/ReceiveSubcommands.cc +++ b/src/ReceiveSubcommands.cc @@ -1113,7 +1113,7 @@ subcommand_handler_t subcommand_handlers[0x100] = { /* 30 */ process_subcommand_forward_check_size_game, // Level up /* 31 */ process_subcommand_forward_check_size_game, // Medical center /* 32 */ process_subcommand_forward_check_size_game, // Medical center - /* 33 */ process_subcommand_forward_check_size_game, // Revive player (only confirmed with moon atomizer) + /* 33 */ process_subcommand_forward_check_size_game, // Moon atomizer/Reverser /* 34 */ process_subcommand_unimplemented, /* 35 */ process_subcommand_unimplemented, /* 36 */ process_subcommand_forward_check_game, @@ -1223,7 +1223,7 @@ subcommand_handler_t subcommand_handlers[0x100] = { /* 9E */ process_subcommand_unimplemented, /* 9F */ process_subcommand_forward_check_size_game, // Gal Gryphon actions /* A0 */ process_subcommand_forward_check_size_game, // Gal Gryphon actions - /* A1 */ process_subcommand_unimplemented, + /* A1 */ process_subcommand_forward_check_size_game, // Part of revive process. Occurs right after revive command, function unclear. /* A2 */ process_subcommand_box_drop_item_request, // Request for item drop from box (handled by server on BB) /* A3 */ process_subcommand_forward_check_size_game, // Episode 2 boss actions /* A4 */ process_subcommand_forward_check_size_game, // Olga Flow phase 1 actions