Page 4 of 4

Re: how to unlock half-width character

Posted: Tue Mar 06, 2018 1:53 am
by Isles487
Yay I got it to work with little effort
File 1
Image
File 2
Image
It works with private messages too! And in entering the ID for a private message.

Oh and using this patch, users can now create their own half-width IDs in the ID select screen!
How? I can still edit only HN :(
I meant HN.

Re: how to unlock half-width character

Posted: Thu Aug 09, 2018 4:29 am
by Mourning Time
This is marvelous. Just did this and was able to change my handle to include my entire forum name.

Re: how to unlock half-width character

Posted: Tue May 21, 2019 1:40 pm
by mhf
I was doing transelat work for Chinese, and mod the input.
---------------------------------------------------------------
file2
Image

you can use a hex editor to search. (WINHEX,MadEdit...)
I use madedit

[Change default input to half-width english]
search hex value
33 00 00 10 37 00 40 A0 24 A2 82 8F 01 00 03 24
change to
33 00 60 10 37 00 40 A0 24 A2 82 8F 01 00 03 24

search hex value
26 00 00 10 37 00 40 A0 24 A2 82 8F
change to
26 00 60 10 37 00 40 A0 24 A2 82 8F

[Unlock half-width switch (Press L2 to switch between half and full width)]
seach hex value
C0 C0 7F 00 30 30 7F 00 7F 7F 7F 00 F8 F8 7F 00
change to
00 00 7F 00 30 30 7F 00 7F 7F 7F 00 F8 F8 7F 00

--------------------------------------------------------------------------
File 1


Image

[Change default input to half-width english]

Search for: 38 00 00 10 37 00 40 A0 E0 A3 82 8F 0F 00 03 24

Change to: 38 00 60 10 37 00 40 A0 E0 A3 82 8F 0F 00 03 24

Search for: 25 00 00 10 37 00 40 A0 E0 A3 82 8F 0F 00 03 24

Change to:25 00 60 10 37 00 40 A0 E0 A3 82 8F 0F 00 03 24

[Unlock half-width switch (Press L2 to switch between half and full width)]

seach hex value
C0 C0 7F 00 30 30 7F 00 7F 7F 7F 00 F8 F8 7F 00
change to
00 00 7F 00 30 30 7F 00 7F 7F 7F 00 F8 F8 7F 00
Maaan, this is flawless lol, just wish there was a way to edit your ID by yourself hah.