Remove errant field in LcdControls struct

This commit is contained in:
Marcus Huderle
2020-08-15 14:50:46 -05:00
parent bb76c4d0de
commit f782111cba
7 changed files with 40 additions and 41 deletions
+2 -2
View File
@@ -152,8 +152,8 @@ void GreatFairy_WingsInit(Entity* this) {
this->spritePriority.b0 = 5;
this->spriteSettings.b.draw = 1;
this->spriteRendering.alphaBlend = 1;
gScreen.controls.windowOutsideControl = 3904;
gScreen.controls.mosaicSize = 2057;
gScreen.controls.layerFXControl = 0xF40;
gScreen.controls.alphaBlend = BLDALPHA_BLEND(9, 8);
this->nonPlanarMovement = 1024;
sub_0805EC9C(this, 1024, 256, 0);
}