Guides:Mail Writer Codes: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
Line 1,154: Line 1,154:
This mail code sets the player's trainer ID. This will cause the game to treat pokémon caught with the previous, different ID as traded pokémon.
This mail code sets the player's trainer ID. This will cause the game to treat pokémon caught with the previous, different ID as traded pokémon.


Since this code also alters the trainer ID data within saved data, the effect of this code is retained even without saving.
WARNING: CODE UNDER REVAMP, DO NOT USE YET


Customizability: The values in bold determine the player's new ID. Simply convert the desired ID (between 00000 and 65536) to hexadecimal and replace the values in bold. e.g. OT ID '''12345''' corresponds to '''30 39'''.
Customizability: The values in bold determine the player's new ID. Simply convert the desired ID (between 00000 and 65535, inclusive) to hexadecimal and replace the values in bold. e.g. OT ID '''12345''' corresponds to '''30 39'''.


{| class="wikitable"
{| class="wikitable"
Line 1,165: Line 1,165:
! scope="row"| English
! scope="row"| English
||
||
01 '''FF FF''' 21 A1 D1 71 23 70 C9
3E 01 CD E1 30 01 '''FF FF''' 21 A1 D1 71 23 70 21 09
A0 71 23 70 3E 05 21 FD 4D CF C9
||
||
01 '''FF FF''' 21 7B D4 71 23 70 C9
3E 01 CD CB 2F 01 '''FF FF''' 21 7B D4 71 23 70 21 09
A0 71 23 70 3E 05 21 13 4E CF C9
|-
|-
! scope="row" | French
! scope="row" | French
||
||
01 '''FF FF''' 21 A1 D1 71 23 70 C9
3E 01 CD F3 30 01 '''FF FF''' 21 A1 D1 71 23 70 21 09
A0 71 23 70 3E 05 21 0C 4E CF C9
||
||
01 '''FF FF''' 21 7B D4 71 23 70 C9
3E 01 CD B8 2F 01 '''FF FF''' 21 7B D4 71 23 70 21 09
A0 71 23 70 3E 05 21 13 4E CF C9
|-
|-
! scope="row"| German
! scope="row"| German
||
||
01 '''FF FF''' 21 A1 D1 71 23 70 C9
3E 01 CD 0E 31 01 '''FF FF''' 21 A1 D1 71 23 70 21 09
A0 71 23 70 3E 05 21 0C 4E CF C9
||
||
01 '''FF FF''' 21 7B D4 71 23 70 C9
3E 01 CD B5 2F 01 '''FF FF''' 21 7B D4 71 23 70 21 09
A0 71 23 70 3E 05 21 13 4E CF C9
|-
|-
! scope="row"| Italian
! scope="row"| Italian
||
||
01 '''FF FF''' 21 A1 D1 71 23 70 C9
3E 01 CD 06 31 01 '''FF FF''' 21 A1 D1 71 23 70 21 09
A0 71 23 70 3E 05 21 0C 4E CF C9
||
||
01 '''FF FF''' 21 7B D4 71 23 70 C9
3E 01 CD B9 2F 01 '''FF FF''' 21 7B D4 71 23 70 21 09
A0 71 23 70 3E 05 21 13 4E CF C9
|-
|-
! scope="row"| Spanish
! scope="row"| Spanish
||
||
01 '''FF FF''' 21 A1 D1 71 23 70 C9
3E 01 CD 05 31 01 '''FF FF''' 21 A1 D1 71 23 70 21 09
A0 71 23 70 3E 05 21 0C 4E CF C9
||
||
01 '''FF FF''' 21 7B D4 71 23 70 C9
3E 01 CD B5 2F 01 '''FF FF''' 21 7B D4 71 23 70 21 09
A0 71 23 70 3E 05 21 13 4E CF C9
|-
|-
! scope="row"| Japanese
! scope="row"| Japanese
||
||
01 '''FF FF''' 21 B3 D1 71 23 70 C9
3E 01 CD 9D 30 01 '''FF FF''' 21 B3 D1 71 23 70 21 09
A0 71 23 70 3E 05 21 8F 4D CF C9
||
||
01 '''FF FF''' 21 8C D4 71 23 70 C9
3E 01 CD 9D 2F 01 '''FF FF''' 21 8C D4 71 23 70 21 09
A0 71 23 70 3E 05 21 F5 4D CF C9
|-
|-
! scope="row"| Korean
! scope="row"| Korean
||
||
01 '''FF FF''' 21 5C D2 71 23 70 C9
3E 01 CD 7A 31 01 '''FF FF''' 21 5C D2 71 23 70 21 09
A0 71 23 70 3E 05 21 FD 4D CF C9
|}
|}