Armor Dex loads fine now.

This commit is contained in:
Rodrigo Gómez Maitret
2020-06-19 14:09:44 -05:00
parent 3518c1c9bd
commit bd022b1325
19 changed files with 138 additions and 25 deletions

View File

@@ -55,10 +55,13 @@ switch(type)
break;
case but.national:
if (!global.show_galar)
text = "NATIONAL";
else
text = "GALAR";
switch(global.show_dex)
{
case shw.national: text="NATIONAL"; break;
case shw.galar: text="GALAR"; break;
case shw.armor: text="ARMOR"; break;
}
scale = global.icon_scale * 0.75;
x_ = button_align_x(region.bot_left, -1.25);
y_ = button_align_y(region._100, -0.5 - 0.5);