From b60ead7a679124a3cdcde1762af858ee314c3985 Mon Sep 17 00:00:00 2001 From: professorleondias <57677889+professorleondias@users.noreply.github.com> Date: Wed, 10 Jun 2020 20:02:32 -0400 Subject: [PATCH] Update Pokedex_Data_Table.c --- src/Pokedex_Data_Table.c | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/Pokedex_Data_Table.c b/src/Pokedex_Data_Table.c index ae57546..9d94ebb 100644 --- a/src/Pokedex_Data_Table.c +++ b/src/Pokedex_Data_Table.c @@ -10743,6 +10743,30 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .pokemonOffset = 0, .trainerScale = 0, .trainerOffset = 0, + }, + [NATIONAL_DEX_REGIELEKI] = + { + .categoryName = {_U, _n, _k, _n, _o, _w, _n, _END, _SPACE, _SPACE, _SPACE, _SPACE}, + .height = 0, + .weight = 0, + .description = DEX_ENTRY_REGIELEKI, + .unusedDescription = (const u8*) 0x8444cb1, + .pokemonScale = 0, + .pokemonOffset = 0, + .trainerScale = 0, + .trainerOffset = 0, + }, + [NATIONAL_DEX_REGIDRAGO] = + { + .categoryName = {_U, _n, _k, _n, _o, _w, _n, _END, _SPACE, _SPACE, _SPACE, _SPACE}, + .height = 0, + .weight = 0, + .description = DEX_ENTRY_REGIDRAGO, + .unusedDescription = (const u8*) 0x8444cb1, + .pokemonScale = 0, + .pokemonOffset = 0, + .trainerScale = 0, + .trainerOffset = 0, }, */ };