diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-10-30 21:48:18 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-10-30 21:48:18 +0100 |
commit | 90ef2694266a13ae9642c4cea4e4125df1e3fae8 (patch) | |
tree | b3abdb68f7b78ee91f54dbbee8772349287ae606 /src/field_specials.c | |
parent | 0da7d7e6ae7cb50ca0b52d1ea27d98e3f02e50d2 (diff) | |
parent | 9adbb5d8719db5e60f0051b5a854deec09ae5860 (diff) |
Merge branch 'master' into battle_frontier_2
Diffstat (limited to 'src/field_specials.c')
-rw-r--r-- | src/field_specials.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/field_specials.c b/src/field_specials.c index a3308f872..e2e069d28 100644 --- a/src/field_specials.c +++ b/src/field_specials.c @@ -1680,7 +1680,7 @@ void sub_8139980(void) } const struct WindowTemplate gUnknown_085B2BAC = { - .priority = 0, + .bg = 0, .tilemapLeft = 21, .tilemapTop = 1, .width = 8, @@ -3005,7 +3005,7 @@ void sub_813A8FC(void) void sub_813A958(void) { static const struct WindowTemplate gUnknown_085B311C = { - .priority = 0, + .bg = 0, .tilemapLeft = 1, .tilemapTop = 1, .width = 6, @@ -3058,7 +3058,7 @@ u16 sub_813AA04(void) void sub_813AA18(void) { static const struct WindowTemplate gUnknown_085B3124 = { - .priority = 0, + .bg = 0, .tilemapLeft = 2, .tilemapTop = 9, .width = 4, @@ -3220,7 +3220,7 @@ void sub_813AC7C(void) static void sub_813ACE8(u8 a0, u16 a1) { static const struct WindowTemplate gUnknown_085B3220 = { - .priority = 0, + .bg = 0, .tilemapLeft = 1, .tilemapTop = 7, .width = 12, |