You are not logged in.
Pages: 1
I downloaded a cyrrilic font for RBY and replaced original with it. In this font white space under the lower case was filled with symbols and when I nicknamed my Pokemon I saw that one of the spaces became one of those symbols. Because of that, I want to know, which letters or symbols should I write in .asm files to use unused space for symbols.
Offline
Oh, and I've got another question. How can I edit addresses of letters in .asm files? For example, if I use russian alphabet to write the letter Б (the second in the alphabet) I must write english B, but if I replace russian letter with english in my translation, it will be very difficult to find errors in translation and the text itself will look like a trash.
Offline
charmap.asm (https://github.com/pret/pokered/blob/master/charmap.asm)
Offline
charmap.asm (https://github.com/pret/pokered/blob/master/charmap.asm)
I can't find addresses of unused space in charmap.asm.
Offline
Okay, I added some new addresses to charmap.asm and new symbols to text.png, so now all I need to do is translate english text to russian. Thank you, comet, for help!
Offline
Pages: 1