Window+12 is the menu text pointer

This commit is contained in:
jeffman 2018-11-29 22:16:01 -05:00
parent 2074722f5c
commit 8d1dc7803b
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ typedef struct WINDOW {
unsigned short pixel_x;
int* text_start;
int* text_start2;
int unknown1;
int* menu_text;
int unknown2;
int text_offset;
int unknown3;

View File

@ -179,7 +179,7 @@ Window structure:
0xFFF8: unused
0x04 - 0x07: start address of text being displayed
0x08 - 0x0B: same as above?
0x0C - 0x13: unused?
0x0C - 0x13: menu text pointer
0x14 - 0x17: text address offset
0x18 - 0x1B: ?
0x1C - 0x1F: ? (some kind of offset; used when printing nameable things?)