Guides:Mail Writer Codes: Difference between revisions

Jump to navigation Jump to search
Line 170:
38 0C 07 38 07 2B 07 38 05 07 30 DD 34 34 35 18
D8 CD 1A DD CB 36 7E E6 0F C6 F6 F6 60 12 13 C9
|}
 
==CompGiver script==
 
Use:
* Obtaining a single specific pokémon, with specific attributes
* Competitive pokémon builds
 
Effect:
* The PokéGiver script will give you a specific pokémon at a specific level as the 6th party pokémon.
* Depending on how the code was customized it will then give the pokémon a specific held item, moves, stat experience and DVs.
* Lastly, it will maximize the max PP of all moves, as if three PP UPs were used on each move.
 
Requirements for proper usage:
* The party needs to have exactly 5 pokémon
* It is highly recommended to NOT give yourself pokémon of species $00, $FC, $FD, $FE and $FF unless you know what you're doing.
 
Limitations:
* Due to how the script is implemented, the stats of the pokémon won't be accurate to the newly rewritten DVs and stat experience values.
* In a similar way, the actual PP values of the pokémon's move will be set to 0.
* To fix both these issues, simply deposit to and withdraw the pokémon from the PC.
 
Customizability
* On the first line of code, two hexadecimal values are marked with bold and have a default value of '''97 05'''. These values represent the '''species and level''' of the given pokémon respectively. By default, the first pokémon will be a Bulbasaur (species ID $01) at level 5 ($05). These values can be changed prior to entering the code the first time to change the first pokémon given. e.g. replacing these values with '''FB 1E''' will give a Celebi (species ID $FB, 251 in decimal) at level 30 (level $1E, 30 in decimal).
* Starting from the end of the third line of code, 17 hexadecimal values are marked with bold. These contain information on held item, moves, stat experience and DVs. These can be customised to get specific desired values. These can be interpreted as follows:
*# '''01''': determines held item. You can find which values correspond to which item using the [[The Big HEX List|Big HEX list]]. Use 00 for no held item.
*# '''02 03 04 05''': in order, determines moves 1 through 4. You can find which values correspond to which moves using the [[The Big HEX List|Big HEX list]].
*# '''FF FF''': HP stat experience. This value is big endian. Set to '''FF FF''' to maximize this value.
*# '''FF FF''': Attack stat experience. This value is big endian. Set to '''FF FF''' to maximize this value.
*# '''FF FF''': Defense stat experience. This value is big endian. Set to '''FF FF''' to maximize this value.
*# '''FF FF''': Speed stat experience. This value is big endian. Set to '''FF FF''' to maximize this value.
*# '''FF FF''': Special stat experience. Affects both Special Attack and Special Defense. This value is big endian. Set to '''FF FF''' to maximize this value.
*# '''FF FF''': DVs. The nibbles are ordered as Attack - Defense - Speed - Special respectively. Set to '''FF FF''' to maximize this value. Set to '''FA AA''' for shiny male pokémon. Set to '''2A AA''' for shiny female pokémon (if possible).
 
 
{| class="wikitable"
|+ Codes to be used with [https://scotteh.me/ace/mail/ Scotteh's mail code tool]
|-
! Language !! Gold & Silver !! Crystal
|-
! scope="row"| English
||
21 5B DD C3 48 27 47 2D '''97 05''' 00 00 0E 00 67 DD
49 90 01 05 00 11 1B DB 21 84 DD CD 1A 31 0E 0C
1E 25 CD 1A 31 21 31 DB 3E C0 0E 04 C3 4C 31 '''01
02 03 04 05 FF FF FF FF FF FF FF FF FF FF FF FF'''
||
21 86 D2 C3 1F 26 47 2D '''97 05''' 00 00 0E 00 92 D2
49 91 01 05 00 11 D0 DD 21 AF D2 CD 26 30 0E 0C
1E DA CD 26 30 21 E6 DD 3E C0 0E 04 C3 41 30 '''01
02 03 04 05 FF FF FF FF FF FF FF FF FF FF FF FF'''
|-
! scope="row" | French
||
21 5B DD C3 5A 27 47 2D '''97 05''' 00 00 0E 00 67 DD
49 90 01 05 00 11 1B DB 21 84 DD CD 2C 31 0E 0C
1E 25 CD 2C 31 21 31 DB 3E C0 0E 04 C3 5E 31 '''01
02 03 04 05 FF FF FF FF FF FF FF FF FF FF FF FF'''
||
21 86 D2 C3 00 26 47 2D '''97 05''' 00 00 0E 00 92 D2
49 91 01 05 00 11 D0 DD 21 AF D2 CD 13 30 0E 0C
1E DA CD 13 30 21 E6 DD 3E C0 0E 04 C3 2E 30 '''01
02 03 04 05 FF FF FF FF FF FF FF FF FF FF FF FF'''
|-
! scope="row"| German
||
21 5B DD C3 75 27 47 2D '''97 05''' 00 00 0E 00 67 DD
49 90 01 05 00 11 1B DB 21 84 DD CD 47 31 0E 0C
1E 25 CD 47 31 21 31 DB 3E C0 0E 04 C3 79 31 '''01
02 03 04 05 FF FF FF FF FF FF FF FF FF FF FF FF'''
||
21 86 D2 C3 09 26 47 2D '''97 05''' 00 00 0E 00 92 D2
49 91 01 05 00 11 D0 DD 21 AF D2 CD 10 30 0E 0C
1E DA CD 10 30 21 E6 DD 3E C0 0E 04 C3 2B 30 '''01
02 03 04 05 FF FF FF FF FF FF FF FF FF FF FF FF'''
|-
! scope="row"| Italian
||
21 5B DD C3 6D 27 47 2D '''97 05''' 00 00 0E 00 67 DD
49 90 01 05 00 11 1B DB 21 84 DD CD 3F 31 0E 0C
1E 25 CD 3F 31 21 31 DB 3E C0 0E 04 C3 71 31 '''01
02 03 04 05 FF FF FF FF FF FF FF FF FF FF FF FF'''
||
21 86 D2 C3 01 26 47 2D '''97 05''' 00 00 0E 00 92 D2
49 91 01 05 00 11 D0 DD 21 AF D2 CD 14 30 0E 0C
1E DA CD 14 30 21 E6 DD 3E C0 0E 04 C3 2F 30 '''01
02 03 04 05 FF FF FF FF FF FF FF FF FF FF FF FF'''
|-
! scope="row"| Spanish
||
21 5B DD C3 6C 27 47 2D '''97 05''' 00 00 0E 00 67 DD
49 90 01 05 00 11 1B DB 21 84 DD CD 3E 31 0E 0C
1E 25 CD 3E 31 21 31 DB 3E C0 0E 04 C3 70 31 '''01
02 03 04 05 FF FF FF FF FF FF FF FF FF FF FF FF'''
||
21 86 D2 C3 FD 25 47 2D '''97 05''' 00 00 0E 00 92 D2
49 91 01 05 00 11 D0 DD 21 AF D2 CD 10 30 0E 0C
1E DA CD 10 30 21 E6 DD 3E C0 0E 04 C3 2B 30 '''01
02 03 04 05 FF FF FF FF FF FF FF FF FF FF FF FF'''
|-
! scope="row"| Japanese
||
21 CC DC C3 F5 26 47 2D '''97 05''' 00 00 0E 00 D8 DC
49 90 01 05 00 11 E1 DA 21 F5 DC CD D6 30 0E 0C
1E EB CD D6 30 21 F7 DA 3E C0 0E 04 C3 08 31 '''01
02 03 04 05 FF FF FF FF FF FF FF FF FF FF FF FF'''
||
21 B7 D2 C3 E2 25 47 2D '''97 05''' 00 00 0E 00 C3 D2
49 92 01 05 00 11 96 DD 21 E0 D2 CD F2 2F 0E 0C
1E A0 CD F2 2F 21 AC DD 3E C0 0E 04 C3 0D 30 '''01
02 03 04 05 FF FF FF FF FF FF FF FF FF FF FF FF'''
|-
! scope="row"| Korean
||
21 58 DE C3 A5 27 47 2D '''97 05''' 00 00 0E 00 64 DE
4A 91 01 05 00 11 18 DC 21 81 DE CD C2 31 0E 0C
1E 22 CD C2 31 21 2E DC 3E C0 0E 04 C3 F4 31 '''01
02 03 04 05 FF FF FF FF FF FF FF FF FF FF FF FF'''
|}
 
1,540

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu