diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-10-27 00:53:07 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-10-27 00:53:07 +0200 |
commit | b252bd029279b6f28518c59df1ba03caf44d756f (patch) | |
tree | 447dc029875826625c2c565798785065e88bf848 /src/save_failed_screen.c | |
parent | 2778e9ad3dc249eb4cce84be3ac1dfcc7ab850d5 (diff) |
Window priority to window bg
Diffstat (limited to 'src/save_failed_screen.c')
-rw-r--r-- | src/save_failed_screen.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/save_failed_screen.c b/src/save_failed_screen.c index ae23f8245..010279a87 100644 --- a/src/save_failed_screen.c +++ b/src/save_failed_screen.c @@ -95,7 +95,7 @@ static const struct BgTemplate gUnknown_085EFD88[3] = static const struct WindowTemplate gUnknown_085EFD94[] = { { - .priority = 255, + .bg = 255, .tilemapLeft = 0, .tilemapTop = 0, .width = 0, @@ -108,7 +108,7 @@ static const struct WindowTemplate gUnknown_085EFD94[] = static const struct WindowTemplate gUnknown_085EFD9C[] = { { - .priority = 0, + .bg = 0, .tilemapLeft = 1, .tilemapTop = 13, .width = 28, @@ -121,7 +121,7 @@ static const struct WindowTemplate gUnknown_085EFD9C[] = static const struct WindowTemplate gUnknown_085EFDA4[] = { { - .priority = 0, + .bg = 0, .tilemapLeft = 14, .tilemapTop = 9, .width = 2, |