From 27229750922f2fe64ef0eddb1d4c8d3cd1b2cf49 Mon Sep 17 00:00:00 2001 From: professorleondias <57677889+professorleondias@users.noreply.github.com> Date: Fri, 29 May 2020 19:18:39 -0400 Subject: [PATCH] Update Pokedex_Data_Table.c --- src/Pokedex_Data_Table.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Pokedex_Data_Table.c b/src/Pokedex_Data_Table.c index bf0c4b1..ae57546 100644 --- a/src/Pokedex_Data_Table.c +++ b/src/Pokedex_Data_Table.c @@ -10111,9 +10111,9 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = [NATIONAL_DEX_APPLETUN] = { .categoryName = {_A, _p, _p, _l, _e, _N, _e, _c, _t, _a, _r, _END}, - .height = 4 - .weight = 130 - .description = DEX_ENTRY_APPLETUN + .height = 4, + .weight = 130, + .description = DEX_ENTRY_APPLETUN, .unusedDescription = (const u8*) 0x8444cb1, .pokemonScale = 0, .pokemonOffset = 0,