Guides:Nickname Writer Codes: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
Line 1,481: Line 1,481:
21 63 D8 CB 8E
21 63 D8 CB 8E
21 C4 D5 CB BE
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
C9
|}
|}