Quote from: Vladjslavs Dracvlae on September 25, 2023, 04:55:22 PMIs there any easier way to do this?
Quote from: tryphon on September 22, 2023, 06:55:18 PMI felt the palette was too bright compared to the japanese logo, So I restored the original palletes back
Quote from: Vladjslavs Dracvlae on September 25, 2023, 04:53:29 PMDo I have to type each hexadecimal value of each letter one by one in the Hexa editor?Is there any easier way to do this?
Quote from: Nobody Important on September 25, 2023, 02:17:44 PMIn your first screenshot, the top box of the autoit script says that the data (starting at address 229172) is 9D,AB,1A, etc.Do I have to type each hexadecimal value of each letter one by one in the Hexa editor?
According to the encoding scheme,
9D = T, AB = h, 1A = e (with a space).
So as you can see in the bottom window of the autoit script, 9DAB1A says "The ", and so on for the rest of the bytes in the string.
In your second screenshot (in the hex editor), if you look closely you will see the same pattern (9D, AB, 1A). It's 2 columns to the right and 6 rows up from what you have highlighted.
Changing these bytes in the hex editor (for example, to 98,B8,44 and saving) will also change them in the rom file.
Page created in 0.245 seconds with 14 queries.