- Joined
- Sep 30, 2007
- Messages
- 1,544
- Reaction score
- 85
- Trophies
- 1
- Location
- Germany
- Website
- Visit site
- XP
- 348
- Country

Hmm it seems that Wastor´s values are not right
here is what i have found in system.msg at 0xa25 starts the "text" for the special characters (0x6c21 for the normal characters)
so it was not difficult to find the rest
(I think the values between the normal and special characters are for the japanese characters)
here is what i have found in system.msg at 0xa25 starts the "text" for the special characters (0x6c21 for the normal characters)
so it was not difficult to find the rest
Code:
C288=ö
C581=¡
C582=¿
C583=Á
C584=Ä
C585=È
C586=Ë
C587=Ì
C588=Í
C589=Î
C58A=Ï
C58B=Ñ
C58C=Ò
C58D=Ó
C58E=Ö
C58F=ß
C590=Ù
C591=Ú
C592=Û
C593=Ü
C594=á
C595=ä
C596=ë
C597=ì
C598=ñ
C599=ò
C59A=ó
C59B=ü
C281=ú








