mirror of
https://github.com/zeldaret/tmc
synced 2026-06-07 03:58:00 -04:00
Name members for button texts in struct_0200AF00
This commit is contained in:
@@ -756,9 +756,9 @@ void TextUIElement(UIElement* element) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
gUnk_0200AF00.unk_32 = tmp;
|
||||
gUnk_0200AF00.buttonText[2] = tmp;
|
||||
}
|
||||
tmp = gUnk_0200AF00.unk_30[element->buttonElementId];
|
||||
tmp = gUnk_0200AF00.buttonText[element->buttonElementId];
|
||||
element->unk_0_1 = 0;
|
||||
if (tmp != 0) {
|
||||
tmp += gUnk_080C9044[((SaveHeader*)0x2000000)->language];
|
||||
|
||||
Reference in New Issue
Block a user