diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-20 11:09:41 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-20 11:09:41 -0400 |
commit | 348bd19fddefede38716607ffe0ecdb4ae199bea (patch) | |
tree | edfa2508b386beb4b7537cf58c345fe0afada8ca /src/mystery_gift_menu.c | |
parent | 68ac134c0c82db82e0b59b071d766108c3bbd9f6 (diff) |
text_window
Diffstat (limited to 'src/mystery_gift_menu.c')
-rw-r--r-- | src/mystery_gift_menu.c | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/mystery_gift_menu.c b/src/mystery_gift_menu.c index 599ef387b..1ec4e6157 100644 --- a/src/mystery_gift_menu.c +++ b/src/mystery_gift_menu.c @@ -153,7 +153,7 @@ const struct BgTemplate sBGTemplates[] = { const struct WindowTemplate sMainWindows[] = { { - .priority = 0x00, + .bg = 0x00, .tilemapLeft = 0x00, .tilemapTop = 0x00, .width = 0x1e, @@ -161,7 +161,7 @@ const struct WindowTemplate sMainWindows[] = { .paletteNum = 0x0f, .baseBlock = 0x0013 }, { - .priority = 0x00, + .bg = 0x00, .tilemapLeft = 0x01, .tilemapTop = 0x0f, .width = 0x1c, @@ -169,7 +169,7 @@ const struct WindowTemplate sMainWindows[] = { .paletteNum = 0x0f, .baseBlock = 0x004f }, { - .priority = 0x00, + .bg = 0x00, .tilemapLeft = 0x00, .tilemapTop = 0x0f, .width = 0x1e, @@ -182,7 +182,7 @@ const struct WindowTemplate sMainWindows[] = { }; const struct WindowTemplate sWindowTemplate_PromptYesOrNo_Width28 = { - .priority = 0x00, + .bg = 0x00, .tilemapLeft = 0x01, .tilemapTop = 0x0f, .width = 0x1c, @@ -192,7 +192,7 @@ const struct WindowTemplate sWindowTemplate_PromptYesOrNo_Width28 = { }; const struct WindowTemplate sWindowTemplate_PromptYesOrNo_Width20 = { - .priority = 0x00, + .bg = 0x00, .tilemapLeft = 0x01, .tilemapTop = 0x0f, .width = 0x14, @@ -202,7 +202,7 @@ const struct WindowTemplate sWindowTemplate_PromptYesOrNo_Width20 = { }; const struct WindowTemplate sMysteryGiftMenuWindowTemplate = { - .priority = 0x00, + .bg = 0x00, .tilemapLeft = 0x01, .tilemapTop = 0x0f, .width = 0x13, @@ -212,7 +212,7 @@ const struct WindowTemplate sMysteryGiftMenuWindowTemplate = { }; const struct WindowTemplate sWindowTemplate_ThreeOptions = { - .priority = 0x00, + .bg = 0x00, .tilemapLeft = 0x08, .tilemapTop = 0x05, .width = 0x0e, @@ -222,7 +222,7 @@ const struct WindowTemplate sWindowTemplate_ThreeOptions = { }; const struct WindowTemplate sWindowTemplate_YesNoBox = { - .priority = 0x00, + .bg = 0x00, .tilemapLeft = 0x17, .tilemapTop = 0x0f, .width = 0x06, @@ -232,7 +232,7 @@ const struct WindowTemplate sWindowTemplate_YesNoBox = { }; const struct WindowTemplate sWindowTemplate_7by8 = { - .priority = 0x00, + .bg = 0x00, .tilemapLeft = 0x16, .tilemapTop = 0x0c, .width = 0x07, @@ -242,7 +242,7 @@ const struct WindowTemplate sWindowTemplate_7by8 = { }; const struct WindowTemplate sWindowTemplate_7by6 = { - .priority = 0x00, + .bg = 0x00, .tilemapLeft = 0x16, .tilemapTop = 0x0e, .width = 0x07, @@ -252,7 +252,7 @@ const struct WindowTemplate sWindowTemplate_7by6 = { }; const struct WindowTemplate sWindowTemplate_7by4 = { - .priority = 0x00, + .bg = 0x00, .tilemapLeft = 0x16, .tilemapTop = 0x0f, .width = 0x07, |