mirror of
https://github.com/Skeli789/Dynamic-Pokemon-Expansion.git
synced 2026-09-07 01:25:32 -05:00
Make Pokedex Data Compile
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include "../include/pokedex.h"
|
||||
#include "../include/text.h"
|
||||
|
||||
const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] =
|
||||
const struct PokedexEntry gPokedexEntries[/*NATIONAL_DEX_COUNT*/] =
|
||||
{
|
||||
[NATIONAL_DEX_NONE] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user