diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-20 11:09:41 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-20 11:09:41 -0400 |
commit | 348bd19fddefede38716607ffe0ecdb4ae199bea (patch) | |
tree | edfa2508b386beb4b7537cf58c345fe0afada8ca /src/wireless_communication_status_screen.c | |
parent | 68ac134c0c82db82e0b59b071d766108c3bbd9f6 (diff) |
text_window
Diffstat (limited to 'src/wireless_communication_status_screen.c')
-rw-r--r-- | src/wireless_communication_status_screen.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wireless_communication_status_screen.c b/src/wireless_communication_status_screen.c index 4907bd6e1..baf44cafc 100644 --- a/src/wireless_communication_status_screen.c +++ b/src/wireless_communication_status_screen.c @@ -90,7 +90,7 @@ const struct BgTemplate gUnknown_846FA74[] = { const struct WindowTemplate gUnknown_846FA7C[] = { { - .priority = 0x00, + .bg = 0x00, .tilemapLeft = 0x03, .tilemapTop = 0x00, .width = 0x18, @@ -98,7 +98,7 @@ const struct WindowTemplate gUnknown_846FA7C[] = { .paletteNum = 0x0f, .baseBlock = 0x0001 }, { - .priority = 0x00, + .bg = 0x00, .tilemapLeft = 0x03, .tilemapTop = 0x04, .width = 0x16, @@ -106,7 +106,7 @@ const struct WindowTemplate gUnknown_846FA7C[] = { .paletteNum = 0x0f, .baseBlock = 0x0049 }, { - .priority = 0x00, + .bg = 0x00, .tilemapLeft = 0x19, .tilemapTop = 0x04, .width = 0x02, |