fix missing 6xDC handler

This commit is contained in:
Martin Michelsen
2023-11-08 15:47:56 -08:00
parent 77799d1a37
commit 38c0d975cc
+1 -1
View File
@@ -2497,7 +2497,7 @@ subcommand_handler_t subcommand_handlers[0x100] = {
/* 6xD9 */ on_momoka_item_exchange_bb,
/* 6xDA */ on_upgrade_weapon_attribute_bb,
/* 6xDB */ nullptr,
/* 6xDC */ nullptr,
/* 6xDC */ on_forward_check_size_game,
/* 6xDD */ nullptr,
/* 6xDE */ nullptr,
/* 6xDF */ on_photon_crystal_exchange_bb,