-
Notifications
You must be signed in to change notification settings - Fork 0
LOG2 Language Table
Johnathon edited this page Oct 6, 2023
·
2 revisions
From the offset 80E2840 to 80E2C4C is a collection of addresses that all refernce the strings following this chunk.
For example at 0x80E2840 we have the following 4 bytes:
0x50 0x 2C 0x8
If we reverse the Endianness again we get the following Address 0x80E2C50, if you go to that, you'll see the string ***, as the ROM I am using doesn't have multiple languages I suspect the "Language" string won't be referenced in code anywhere, however in international builds I expect it to be different.
For international builds, I also suspect there will be multiple entries for all different langauges, if not any/all will be most likely compressed to keep the ROM at 8MB in size.
Soon™
Soon™