Changes

Jump to navigation Jump to search
1,021 bytes added ,  22:08, 11 March 2017
Created page with "=Request= {{IPC/Request}} {{#vardefine:ipc_offset|0}} {{IPC/RequestEntry|Header code [0x00080080]}} {{IPC/RequestEntry|Original country info}}..."
=Request=
{{IPC/Request}}
{{#vardefine:ipc_offset|0}}
{{IPC/RequestEntry|Header code [0x00080080]}}
{{IPC/RequestEntry|Original [[Config_Savegame#CountryInfo|country info]]}}
{{IPC/RequestEntry|(u8) Translation direction (0: versionB->versionA; 1: versionA->versionB)}}
{{IPC/RequestEnd}}

=Response=
{{IPC/Request}}
{{#vardefine:ipc_offset|0}}
{{IPC/RequestEntry|Header code [0x00080080]}}
{{IPC/RequestEntry|Result code}}
{{IPC/RequestEntry|Translated country info}}
{{IPC/RequestEnd}}

=Description=
This goes through table matching country info code between version A and version B. If the specified code doesn't exist in the table, the original code is returned as the translated code. Currently the table only contains 5 entries, all of which are in country 0x6E (GB, United Kingdom):

{| class="wikitable" border="1"
|-
! Version A code
! Version B code
|-
| 00 00 03 6E
| 00 00 04 6E
|-
| 00 00 04 6E
| 00 00 05 6E
|-
| 00 00 05 6E
| 00 00 06 6E
|-
| 00 00 06 6E
| 00 00 07 6E
|-
| 00 00 07 6E
| 00 00 03 6E
|}
242

edits

Navigation menu