diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pokedex_screen.c | 4 |
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, |