Update pokedex.h

Removed form names in #define NATIONAL_DEX_'s
This commit is contained in:
professorleondias 2020-05-28 18:01:48 -04:00 committed by GitHub
parent baaf0e74aa
commit 3215d419d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -977,7 +977,7 @@ enum
#define NATIONAL_DEX_MR_RIME 866
#define NATIONAL_DEX_RUNERIGUS 867
#define NATIONAL_DEX_MILCERY 868
#define NATIONAL_DEX_ALCREMIE_STRAWBERRY 869
#define NATIONAL_DEX_ALCREMIE 869
#define NATIONAL_DEX_FALINKS 870
#define NATIONAL_DEX_PINCURCHIN 871
#define NATIONAL_DEX_SNOM 872
@ -1001,7 +1001,7 @@ enum
#define NATIONAL_DEX_ETERNATUS 890
#define NATIONAL_DEX_ZARUDE 891
#define NATIONAL_DEX_KUBFU 892
#define NATIONAL_DEX_URSHIFU_SINGLE 893
#define NATIONAL_DEX_URSHIFU 893
#define NATIONAL_DEX_CALYREX 894
#define FINAL_DEX_ENTRY NATIONAL_DEX_CALYREX //Not +1 b/c used like this for some asm