fix whitespace, update dex category macro

This commit is contained in:
Kurausukun
2021-02-11 23:06:33 -05:00
parent 6c77c7a714
commit 2ff02b3c5a
2 changed files with 18 additions and 31 deletions
+1 -4
View File
@@ -11,10 +11,7 @@
#define DEX_CATEGORY_URBAN 7
#define DEX_CATEGORY_RARE 8
#define DEX_CATEGORY_SIZE (sizeof(gDexCategories)/sizeof(struct { \
const struct PokedexCategoryPage * page; \
u8 count; \
}))
#define DEX_CATEGORY_SIZE NELEMS(gDexCategories)
#include "pokedex.h"