Guides:Mail Writer Codes: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
Line 2,197: Line 2,197:
01 0F 00 11 F2 D7 21 5E DE C3 C2 31 F0 A6 E6 04
01 0F 00 11 F2 D7 21 5E DE C3 C2 31 F0 A6 E6 04
28 09 21 D3 D1 3E 02 AE C0 35 00 00 00 00 00 00
28 09 21 D3 D1 3E 02 AE C0 35 00 00 00 00 00 00
|}

===Force encounters with a specific pokémon at a specific level===

Executing this code, while an OAM DMA hijack was set up, will trigger the following effects:
* All opponent pokémon will be altered to the selected species and the selected level.
* As a side effect, all trainer pokémon will become hybrids of the selected species and their original species, with their level altered to the selected level. It is not advised to battle against trainers while the effect is active.

Customizability: the two values marked in bold determine the species and level that all encountered pokémon will be set to. These values are divided and ordered as follows:
# '''96''' - Pokédex number
# '''46''' - Level
By converting the pokédex number/level of the desired encounter to their hexadecimal equivalents, you can force specific encounters. For example, selecting a pokédex number of $96 (150) and level of $64 (70) will force encounters with a lvl 70 Mewtwo.

{| class="wikitable"
|+ Codes to be used with [https://timovm.github.io/MailConverter/ TimoVM's MailConverter]
|-
! Language !! Gold & Silver !! Crystal
|-
! scope="row"| English
||
01 0F 00 11 01 DF 21 61 DD C3 1A 31 01 '''96 46''' 21
35 D1 71 2E 44 70 00 00 00 00 00
||
01 0F 00 11 01 DF 21 8C D2 C3 26 30 01 '''96 46''' 21
14 D2 71 2E 13 70 00 00 00 00 00
|-
! scope="row" | French
||
01 0F 00 11 01 DF 21 61 DD C3 2C 31 01 '''96 46''' 21
ED D0 71 2E FC 70 00 00 00 00 00
||
01 0F 00 11 00 C0 21 8C D2 C3 13 30 01 '''96 46''' 21
14 D2 71 2E 13 70 00 00 00 00 00
|-
! scope="row"| German
||
01 0F 00 11 01 DF 21 61 DD C3 47 31 01 '''96 46''' 21
ED D0 71 2E FC 70 00 00 00 00 00
||
01 0F 00 11 00 C0 21 8C D2 C3 10 30 01 '''96 46''' 21
14 D2 71 2E 13 70 00 00 00 00 00
|-
! scope="row"| Italian
||
01 0F 00 11 01 DF 21 61 DD C3 3F 31 01 '''96 46''' 21
ED D0 71 2E FC 70 00 00 00 00 00
||
01 0F 00 11 00 C0 21 8C D2 C3 14 30 01 '''96 46''' 21
14 D2 71 2E 13 70 00 00 00 00 00
|-
! scope="row"| Spanish
||
01 0F 00 11 01 DF 21 61 DD C3 3E 31 01 '''96 46''' 21
ED D0 71 2E FC 70 00 00 00 00 00
||
01 0F 00 11 00 C0 21 8C D2 C3 10 30 01 '''96 46''' 21
14 D2 71 2E 13 70 00 00 00 00 00
|-
! scope="row"| Japanese
||
01 0F 00 11 01 DF 21 D2 DC C3 D6 30 01 '''96 46''' 21
DF D0 71 2E EE 70 00 00 00 00 00
||
01 0F 00 11 00 C0 21 BD D2 C3 F2 2F 01 '''96 46''' 21
35 D2 71 2E 44 70 00 00 00 00 00
|-
! scope="row"| Korean
||
01 0F 00 11 F2 D7 21 5E DE C3 C2 31 01 '''96 46''' 21
AA D1 71 2E B9 70 00 00 00 00 00
|}

===Clearing an active constant effect code===

This codes can be used to quickly and safely clear a constant effect that is no longer wanted.

{| class="wikitable"
|+ Codes to be used with [https://timovm.github.io/MailConverter/ TimoVM's MailConverter]
|-
! Language !! Gold & Silver !! Crystal
|-
! scope="row"| English
||
AF 01 0F 00 21 01 DF C3 4C 31
||
AF 01 0F 00 21 00 C0 C3 41 30
|-
! scope="row" | French
||
AF 01 0F 00 21 01 DF C3 5E 31
||
AF 01 0F 00 21 00 C0 C3 2E 30
|-
! scope="row"| German
||
AF 01 0F 00 21 01 DF C3 79 31
||
AF 01 0F 00 21 00 C0 C3 2B 30
|-
! scope="row"| Italian
||
AF 01 0F 00 21 01 DF C3 71 31
||
AF 01 0F 00 21 00 C0 C3 2F 30
|-
! scope="row"| Spanish
||
AF 01 0F 00 21 01 DF C3 70 31
||
AF 01 0F 00 21 00 C0 C3 2B 30
|-
! scope="row"| Japanese
||
AF 01 0F 00 21 01 DF C3 08 31
||
AF 01 0F 00 21 00 C0 C3 0D 30
|-
! scope="row"| Korean
||
AF 01 0F 00 21 F2 D7 C3 F4 31
|}
|}