summaryrefslogtreecommitdiff
path: root/src/menu.c
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-09-05 01:36:05 -0500
committerGitHub <noreply@github.com>2018-09-05 01:36:05 -0500
commitc0687c7832ad1055accce617459fe313004058c0 (patch)
tree9a15ec95345fdc22fd5d48580f0492695b8c036f /src/menu.c
parent4418189d4cf94bd5f837611da2dcb6147709d653 (diff)
parent4c54212b1f559a110fc7f6fffebe3a54748f3fec (diff)
Merge pull request #311 from Slawter666/pss-label
Bring some labels over from pokeruby + template formatting
Diffstat (limited to 'src/menu.c')
-rw-r--r--src/menu.c18
1 files changed, 16 insertions, 2 deletions
diff --git a/src/menu.c b/src/menu.c
index 8a4b4fce5..3acb44985 100644
--- a/src/menu.c
+++ b/src/menu.c
@@ -65,13 +65,27 @@ static const u8 gUnknown_0860F094[] = { 8, 4, 1 };
static const struct WindowTemplate gUnknown_0860F098[] =
{
- { 0x00, 0x02, 0x0F, 0x1B, 0x04, 0x0F, 0x194 },
+ {
+ .priority = 0,
+ .tilemapLeft = 2,
+ .tilemapTop = 15,
+ .width = 27,
+ .height = 4,
+ .paletteNum = 15,
+ .baseBlock = 0x194
+ },
DUMMY_WIN_TEMPLATE
};
static const struct WindowTemplate gUnknown_0860F0A8 =
{
- 0x00, 0x15, 0x09, 0x05, 0x04, 0x0F, 0x125
+ .priority = 0,
+ .tilemapLeft = 21,
+ .tilemapTop = 9,
+ .width = 5,
+ .height = 4,
+ .paletteNum = 15,
+ .baseBlock = 0x125
};
const u16 gUnknown_0860F0B0[] = INCBIN_U16("graphics/interface/860F0B0.gbapal");