summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-11-12 00:53:57 -0500
committerGriffinR <griffin.g.richards@gmail.com>2020-11-12 00:53:57 -0500
commitf2e7684b177c5dec2958e2ba81b1ae237c9e15e5 (patch)
treea3b5b325de96d9110ca00f58e8c14982866b8d6e /src
parent1d820d4e0f1e1aae078a5209ad0f5f634ef3260d (diff)
Fix modern build
Diffstat (limited to 'src')
-rw-r--r--src/pokedex_screen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pokedex_screen.c b/src/pokedex_screen.c
index 266f27fe9..0d140cfe3 100644
--- a/src/pokedex_screen.c
+++ b/src/pokedex_screen.c
@@ -331,7 +331,7 @@ static const struct ListMenuTemplate sUnknown_8452004 = {
.itemPrintFunc = sub_8102F48,
.totalItems = NELEMS(sUnknown_8451F6C),
.maxShowed = 9,
- .windowId 0,
+ .windowId = 0,
.header_X = 0,
.item_X = 12,
.cursor_X = 4,
@@ -375,7 +375,7 @@ static const struct ListMenuTemplate sUnknown_84520BC = {
.itemPrintFunc = sub_8102F48,
.totalItems = NELEMS(sUnknown_845201C),
.maxShowed = 9,
- .windowId 0,
+ .windowId = 0,
.header_X = 0,
.item_X = 12,
.cursor_X = 4,