update note about get_game_version

This commit is contained in:
Martin Michelsen
2023-12-07 17:05:26 -08:00
parent 317c9fd616
commit 0c18656e03
+1 -1
View File
@@ -622,7 +622,7 @@ static const QuestScriptOpcodeDefinition opcode_defs[] = {
{0xF889, "disable_win_pfx", {}, F_V2_V4},
{0xF88A, "get_player_status", {REG, REG}, F_V2_V4},
{0xF88B, "send_mail", {REG, CSTRING}, F_V2_V4 | F_ARGS},
{0xF88C, "get_game_version", {REG}, F_V2_V4}, // Returns 2 on DCv2/PC, 3 on GC, 4 on BB
{0xF88C, "get_game_version", {REG}, F_V2_V4}, // Returns 2 on DCv2/PC, 3 on GC, 4 on XB and BB
{0xF88D, "chl_set_timerecord", {REG}, F_V2 | F_V3},
{0xF88D, "chl_set_timerecord", {REG, REG}, F_V4},
{0xF88E, "chl_get_timerecord", {REG}, F_V2_V4},