Guides:Nickname Writer Codes: Difference between revisions

Jump to navigation Jump to search
Line 946:
 
==Change player data==
 
===Change Player Name===
 
This code will open a nickname screen allowing you to enter a new player name. Please note that this will also nickname party pokémon #1 with the same name.
 
{| class="wikitable"
|+ Codes to be used with the [https://timovm.github.io/NicknameConverter/ Nickname Converter webtool]
|-
! Language !! Version !! Code
|-
! rowspan="3" | English
|| Red
| rowspan="2" |
06 01 21 5C 65
CD D6 35 01 0B
00 11 58 D1 21
4B CF C3 B5 00
|-
| Blue
|-
| Yellow
||
06 01 21 CD 62
CD 84 3E 01 0B
00 11 57 D1 21
4A CF C3 B1 00
|-
! rowspan="3" | French
|| Red
| rowspan="2" |
06 01 21 F7 65
CD F3 35 01 0B
00 11 5D D1 21
50 CF C3 B5 00
|-
| Blue
|-
| Yellow
||
06 01 21 56 63
CD 87 3E 01 0B
00 11 5C D1 21
4F CF C3 B1 00
|-
! rowspan="3" | German
|| Red
| rowspan="2" |
06 01 21 83 65
CD F0 35 01 0B
00 11 5D D1 21
50 CF C3 B5 00
|-
| Blue
|-
| Yellow
||
06 01 21 E2 62
CD 89 3E 01 0B
00 11 5C D1 21
4F CF C3 B1 00
|-
! rowspan="3" | Italian
| Red
||
06 01 21 BB 65
CD EE 35 01 0B
00 11 5D D1 21
50 CF C3 B5 00
|-
| Blue
||
06 01 21 BA 65
CD EE 35 01 0B
00 11 5D D1 21
50 CF C3 B5 00
|-
| Yellow
||
06 01 21 1C 63
CD 82 3E 01 0B
00 11 5C D1 21
4F CF C3 B1 00
|-
! rowspan="3" | Spanish
|| Red
| rowspan="2" |
06 01 21 BB 65
CD F5 35 01 0B
00 11 5D D1 21
50 CF C3 B5 00
|-
| Blue
|-
| Yellow
||
06 01 21 14 63
CD 89 3E 01 0B
00 11 5C D1 21
4F CF C3 B1 00
|}
 
===Change Player ID===
 
This code will replace your trainer ID with a new ID value. Please note that pokémon that do not share your OT name or OT ID will be seen as traded pokémon.
 
Customizability: The values marked in bold form the new ID. simply convert the desired ID to hexadecimal, then substitute them in the code. For example, an ID of 12345 corresponds to $3039, meaning you need to substitute the values 30 39 into the code.
 
{| class="wikitable"
|+ Codes to be used with the [https://timovm.github.io/NicknameConverter/ Nickname Converter webtool]
|-
! Language !! Version !! Code
|-
! rowspan="3" | English
|| Red
| rowspan="2" |
01 A4 55 21 4A
D3 71 23 70 C9
|-
| Blue
|-
| Yellow
||
01 A4 55 21 49
D3 71 23 70 C9
|-
! rowspan="3" | All other
|| Red
| rowspan="2" |
01 A4 55 21 4F
D3 71 23 70 C9
|-
| Blue
|-
| Yellow
||
01 A4 55 21 4E
D3 71 23 70 C9
|}
 
===Change Rival Name===
 
This code will open a nickname screen allowing you to enter a new rival name. Please note that this will also nickname party pokémon #1 with the same name.
 
{| class="wikitable"
|+ Codes to be used with the [https://timovm.github.io/NicknameConverter/ Nickname Converter webtool]
|-
! Language !! Version !! Code
|-
! rowspan="3" | English
|| Red
| rowspan="2" |
06 01 21 5C 65
CD D6 35 01 0B
00 11 4A D3 21
4B CF C3 B5 00
|-
| Blue
|-
| Yellow
||
06 01 21 CD 62
CD 84 3E 01 0B
00 11 49 D3 21
4A CF C3 B1 00
|-
! rowspan="3" | French
|| Red
| rowspan="2" |
06 01 21 F7 65
CD F3 35 01 0B
00 11 4F D3 21
50 CF C3 B5 00
|-
| Blue
|-
| Yellow
||
06 01 21 56 63
CD 87 3E 01 0B
00 11 4E D3 21
4F CF C3 B1 00
|-
! rowspan="3" | German
|| Red
| rowspan="2" |
06 01 21 83 65
CD F0 35 01 0B
00 11 4F D3 21
50 CF C3 B5 00
|-
| Blue
|-
| Yellow
||
06 01 21 E2 62
CD 89 3E 01 0B
00 11 4E D3 21
4F CF C3 B1 00
|-
! rowspan="3" | Italian
| Red
||
06 01 21 BB 65
CD EE 35 01 0B
00 11 4F D3 21
50 CF C3 B5 00
|-
| Blue
||
06 01 21 BA 65
CD EE 35 01 0B
00 11 4F D3 21
50 CF C3 B5 00
|-
| Yellow
||
06 01 21 1C 63
CD 82 3E 01 0B
00 11 4E D3 21
4F CF C3 B1 00
|-
! rowspan="3" | Spanish
|| Red
| rowspan="2" |
06 01 21 BB 65
CD F5 35 01 0B
00 11 4F D3 21
50 CF C3 B5 00
|-
| Blue
|-
| Yellow
||
06 01 21 14 63
CD 89 3E 01 0B
00 11 4E D3 21
4F CF C3 B1 00
|}
 
- Unlock all Fly locations
 
{| class="wikitable"
|+ Codes to be used with the [https://timovm.github.io/NicknameConverter/ Nickname Converter webtool]
|-
! Language !! Version !! Code
|-
! rowspan="3" | English
|| Red
| rowspan="2" |
01 FF FF 21 0B
D7 71 23 70 C9
|-
| Blue
|-
| Yellow
||
01 FF FF 21 0A
D7 71 23 70 C9
|-
! rowspan="3" | All other
|| Red
| rowspan="2" |
01 FF FF 21 10
D7 71 23 70 C9
|-
| Blue
|-
| Yellow
||
01 FF FF 21 0F
D7 71 23 70 C9
|}
 
===Change Obtained Badges===
 
This code changes which badges you have in your possession.
 
Customizability: the value marked in bold allows you to specify which badges have been obtained. Each badge has their own corresponding bit, badge order goes from least significant bit to most significant but.
 
Set the value to $FF to set all badges as obtained, set the value to $00 to set all badges as unobtained.
 
Note: please note that the badges obtained will determine which HM moves you are allowed to use outside of battle. Please make sure to not accidentally softlock yourself this way.
 
{| class="wikitable"
|+ Codes to be used with the [https://timovm.github.io/NicknameConverter/ Nickname Converter webtool]
|-
! Language !! Version !! Code
|-
! rowspan="3" | English
|| Red
| rowspan="2" |
3E '''FF''' EA 56 D3
C9
|-
| Blue
|-
| Yellow
||
3E '''FF''' EA 55 D3
C9
|-
! rowspan="3" | All other
|| Red
| rowspan="2" |
3E '''FF''' EA 5B D3
C9
|-
| Blue
|-
| Yellow
||
3E '''FF''' EA 5A D3
C9
|}
 
===Reset caught legendaries===
 
The following codes reset caught status of the static legendaries Articuno, Zapdos, Moltres and Mewtwo, allowing you to fight and catch them once more. Each legendary has their own respective reset code.
 
====Articuno====
 
{| class="wikitable"
|+ Codes to be used with the [https://timovm.github.io/NicknameConverter/ Nickname Converter webtool]
|-
! Language !! Version !! Code
|-
! rowspan="3" | English
|| Red
| rowspan="2" |
21 82 D8 CB 96
21 C2 D5 CB 9E
C9
|-
| Blue
|-
| Yellow
||
21 81 D8 CB 96
21 C2 D5 CB 9E
C9
|-
! rowspan="3" | All other
|| Red
| rowspan="2" |
21 87 D8 CB 96
21 C7 D5 CB 9E
C9
|-
| Blue
|-
| Yellow
||
21 86 D8 CB 96
21 C7 D5 CB 9E
C9
|}
 
====Zapdos====
 
{| class="wikitable"
|+ Codes to be used with the [https://timovm.github.io/NicknameConverter/ Nickname Converter webtool]
|-
! Language !! Version !! Code
|-
! rowspan="3" | English
|| Red
| rowspan="2" |
21 D4 D7 CB 8E
21 B0 D5 CB AE
C9
|-
| Blue
|-
| Yellow
||
21 D3 D7 CB 8E
21 AF D5 CB AE
C9
|-
! rowspan="3" | All other
|| Red
| rowspan="2" |
21 D9 D7 CB 8E
21 B5 D5 CB AE
C9
|-
| Blue
|-
| Yellow
||
21 D8 D7 CB 8E
21 B4 D5 CB AE
C9
|}
 
====Moltres====
 
{| class="wikitable"
|+ Codes to be used with the [https://timovm.github.io/NicknameConverter/ Nickname Converter webtool]
|-
! Language !! Version !! Code
|-
! rowspan="3" | English
|| Red
| rowspan="2" |
21 EE D7 CB B6
21 B1 D5 CB 9E
C9
|-
| Blue
|-
| Yellow
||
21 ED D7 CB B6
21 B0 D5 CB 9E
C9
|-
! rowspan="3" | All other
|| Red
| rowspan="2" |
21 F3 D7 CB B6
21 B6 D5 CB 9E
C9
|-
| Blue
|-
| Yellow
||
21 F2 D7 CB B6
21 B5 D5 CB 9E
C9
|}
 
====Mewtwo====
 
{| class="wikitable"
|+ Codes to be used with the [https://timovm.github.io/NicknameConverter/ Nickname Converter webtool]
|-
! Language !! Version !! Code
|-
! rowspan="3" | English
|| Red
| rowspan="2" |
21 5F D8 CB 8E
21 C0 D5 CB 8E
C9
|-
| Blue
|-
| Yellow
||
21 5E D8 CB 8E
21 BF D5 CB BE
C9
|-
! rowspan="3" | All other
|| Red
| rowspan="2" |
21 64 D8 CB 8E
21 C5 D5 CB 8E
C9
|-
| Blue
|-
| Yellow
||
21 63 D8 CB 8E
21 C4 D5 CB BE
C9
|}
 
===Copy Nickname Writer To New Box===
 
In case you accidentally installed the Nickname Writer in an unpractical location, such as box 1 for VC, you can use the following code to move it.
 
This code alters the box the game believes to be currently active. Simply use this code, change boxes, then change back to the box where it is being moved to to continue using the Nickname Writer.
 
Customization: by default, the Nickname Writer will be copied to box 2. You can change this by altering the value marked in bold to (number of the box to be copied to - 1). e.g. to copy to box 1, use value $00. to copy to box 5, use value $04.
 
{| class="wikitable"
|+ Codes to be used with the [https://timovm.github.io/NicknameConverter/ Nickname Converter webtool]
|-
! Language !! Version !! Code
|-
! rowspan="3" | English
|| Red
| rowspan="2" |
3E 01 EA A0 D5
C9
|-
| Blue
|-
| Yellow
||
3E 01 EA 9F D5
C9
|-
! rowspan="3" | All other
|| Red
| rowspan="2" |
3E 01 EA A5 D5
C9
|-
| Blue
|-
| Yellow
||
3E 01 EA A4 D5
C9
|}
 
=Complex Codes=
 
==PokéGiver==
1,585

edits

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

Navigation menu