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/naming_screen.c | |
parent | 0da7d7e6ae7cb50ca0b52d1ea27d98e3f02e50d2 (diff) | |
parent | 9adbb5d8719db5e60f0051b5a854deec09ae5860 (diff) |
Merge branch 'master' into battle_frontier_2
Diffstat (limited to 'src/naming_screen.c')
-rw-r--r-- | src/naming_screen.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/naming_screen.c b/src/naming_screen.c index ee1e78c60..a67516602 100644 --- a/src/naming_screen.c +++ b/src/naming_screen.c @@ -103,7 +103,7 @@ static const struct BgTemplate gUnknown_0858BE00[] = static const struct WindowTemplate gUnknown_0858BE10[] = { { - .priority = 1, + .bg = 1, .tilemapLeft = 3, .tilemapTop = 10, .width = 19, @@ -112,7 +112,7 @@ static const struct WindowTemplate gUnknown_0858BE10[] = .baseBlock = 0x030 }, { - .priority = 2, + .bg = 2, .tilemapLeft = 3, .tilemapTop = 10, .width = 19, @@ -121,7 +121,7 @@ static const struct WindowTemplate gUnknown_0858BE10[] = .baseBlock = 0x0C8 }, { - .priority = 3, + .bg = 3, .tilemapLeft = 8, .tilemapTop = 6, .width = 17, @@ -130,7 +130,7 @@ static const struct WindowTemplate gUnknown_0858BE10[] = .baseBlock = 0x030 }, { - .priority = 3, + .bg = 3, .tilemapLeft = 8, .tilemapTop = 4, .width = 17, @@ -139,7 +139,7 @@ static const struct WindowTemplate gUnknown_0858BE10[] = .baseBlock = 0x052 }, { - .priority = 0, + .bg = 0, .tilemapLeft = 0, .tilemapTop = 0, .width = 30, |