summaryrefslogtreecommitdiff
path: root/src/naming_screen.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-09-09 20:31:56 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2018-09-09 20:31:56 +0200
commitcf8898071d0aa02438be2b1b1d03a6e6b33892be (patch)
tree645e643948653d0ae99a9187aab5e769c1ac3737 /src/naming_screen.c
parent4d1df7ecbe69cf151d00976648aa34faae8cd6e9 (diff)
parente21b91cc2f48c4b6bf2cb2d8e97ea1d55c0163bb (diff)
Merge branch 'decompile_frontier_2' of https://github.com/DizzyEggg/pokeemerald into decompile_frontier_2
Diffstat (limited to 'src/naming_screen.c')
-rw-r--r--src/naming_screen.c53
1 files changed, 47 insertions, 6 deletions
diff --git a/src/naming_screen.c b/src/naming_screen.c
index c5a44cb82..4d4178c7a 100644
--- a/src/naming_screen.c
+++ b/src/naming_screen.c
@@ -113,12 +113,53 @@ static const struct BgTemplate gUnknown_0858BE00[] =
}
};
-static const struct WindowTemplate gUnknown_0858BE10[] = {
- { 0x01, 0x03, 0x0A, 0x13, 0x08, 0x0A, 0x030 },
- { 0x02, 0x03, 0x0A, 0x13, 0x08, 0x0A, 0x0C8 },
- { 0x03, 0x08, 0x06, 0x11, 0x02, 0x0A, 0x030 },
- { 0x03, 0x08, 0x04, 0x11, 0x02, 0x0A, 0x052 },
- { 0x00, 0x00, 0x00, 0x1E, 0x02, 0x0B, 0x074 },
+static const struct WindowTemplate gUnknown_0858BE10[] =
+{
+ {
+ .priority = 1,
+ .tilemapLeft = 3,
+ .tilemapTop = 10,
+ .width = 19,
+ .height = 8,
+ .paletteNum = 10,
+ .baseBlock = 0x030
+ },
+ {
+ .priority = 2,
+ .tilemapLeft = 3,
+ .tilemapTop = 10,
+ .width = 19,
+ .height = 8,
+ .paletteNum = 10,
+ .baseBlock = 0x0C8
+ },
+ {
+ .priority = 3,
+ .tilemapLeft = 8,
+ .tilemapTop = 6,
+ .width = 17,
+ .height = 2,
+ .paletteNum = 10,
+ .baseBlock = 0x030
+ },
+ {
+ .priority = 3,
+ .tilemapLeft = 8,
+ .tilemapTop = 4,
+ .width = 17,
+ .height = 2,
+ .paletteNum = 10,
+ .baseBlock = 0x052
+ },
+ {
+ .priority = 0,
+ .tilemapLeft = 0,
+ .tilemapTop = 0,
+ .width = 30,
+ .height = 2,
+ .paletteNum = 11,
+ .baseBlock = 0x074
+ },
DUMMY_WIN_TEMPLATE
};