Name members for button texts in struct_0200AF00

This commit is contained in:
Catobat
2023-04-30 13:14:10 +02:00
parent fcfbd73dd2
commit d1d78ed018
5 changed files with 9 additions and 8 deletions
+2 -2
View File
@@ -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];