fix 6xA4 and 6xA5 sizes; closes #605

This commit is contained in:
Martin Michelsen
2025-02-07 08:27:56 -08:00
parent 81d5b23d80
commit 4c55551e12
2 changed files with 12 additions and 15 deletions
+2 -2
View File
@@ -5241,8 +5241,8 @@ const SubcommandDefinition subcommand_definitions[0x100] = {
/* 6xA1 */ {NONE, NONE, 0xA1, on_forward_check_game},
/* 6xA2 */ {NONE, NONE, 0xA2, on_entity_drop_item_request},
/* 6xA3 */ {NONE, NONE, 0xA3, forward_subcommand_with_entity_id_transcode_t<G_OlgaFlowBossActions_6xA3>},
/* 6xA4 */ {NONE, NONE, 0xA4, forward_subcommand_with_entity_id_transcode_t<G_OlgaFlowPhase1BossActions_6xA4>},
/* 6xA5 */ {NONE, NONE, 0xA5, forward_subcommand_with_entity_id_transcode_t<G_OlgaFlowPhase2BossActions_6xA5>},
/* 6xA4 */ {NONE, NONE, 0xA4, forward_subcommand_with_entity_id_transcode_t<G_OlgaFlowBossActions_6xA4_6xA5>},
/* 6xA5 */ {NONE, NONE, 0xA5, forward_subcommand_with_entity_id_transcode_t<G_OlgaFlowBossActions_6xA4_6xA5>},
/* 6xA6 */ {NONE, NONE, 0xA6, on_forward_check_game},
/* 6xA7 */ {NONE, NONE, 0xA7, forward_subcommand_m},
/* 6xA8 */ {NONE, NONE, 0xA8, on_gol_dragon_actions},