summaryrefslogtreecommitdiff
path: root/src/field_region_map.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-09-09 20:30:41 +0200
committerGitHub <noreply@github.com>2018-09-09 20:30:41 +0200
commite21b91cc2f48c4b6bf2cb2d8e97ea1d55c0163bb (patch)
tree78530380aed8ddfdf706824bf2d557152ec8a94c /src/field_region_map.c
parent6454740587f9a97105c45d54bf4284015a20d6d1 (diff)
parent135e98a82493b2538c030af9b327cb104e27a3dd (diff)
Merge pull request #12 from Slawter666/factory-data
Move battle factory data to C
Diffstat (limited to 'src/field_region_map.c')
-rw-r--r--src/field_region_map.c23
1 files changed, 20 insertions, 3 deletions
diff --git a/src/field_region_map.c b/src/field_region_map.c
index 14b4cdd2f..7e8794cab 100644
--- a/src/field_region_map.c
+++ b/src/field_region_map.c
@@ -55,9 +55,26 @@ static const struct BgTemplate gUnknown_085E5068[] = {
}
};
-static const struct WindowTemplate gUnknown_085E5070[] = {
- { 0, 17, 17, 12, 2, 15, 0x0001 },
- { 0, 22, 1, 7, 2, 15, 0x0019 },
+static const struct WindowTemplate gUnknown_085E5070[] =
+{
+ {
+ .priority = 0,
+ .tilemapLeft = 17,
+ .tilemapTop = 17,
+ .width = 12,
+ .height = 2,
+ .paletteNum = 15,
+ .baseBlock = 1
+ },
+ {
+ .priority = 0,
+ .tilemapLeft = 22,
+ .tilemapTop = 1,
+ .width = 7,
+ .height = 2,
+ .paletteNum = 15,
+ .baseBlock = 25
+ },
DUMMY_WIN_TEMPLATE
};