diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/global.h | 1 | ||||
-rw-r--r-- | include/graphics.h | 11 |
2 files changed, 11 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index f88203c90..37c064e79 100644 --- a/include/global.h +++ b/include/global.h @@ -43,6 +43,7 @@ #define PARTY_SIZE 6 +#define POKEMON_SLOTS_NUMBER 412 #define POKEMON_NAME_LENGTH 10 #define OT_NAME_LENGTH 7 diff --git a/include/graphics.h b/include/graphics.h index 9afcb75ad..3de6e32fe 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -2651,8 +2651,17 @@ extern const u8 gBattleTerrainPalette_StadiumGlacia[]; extern const u8 gBattleTerrainPalette_StadiumDrake[]; extern const u8 gBattleTerrainPalette_StadiumWallace[]; +// pokedex extern const u8 gPokedexMenu2_Gfx[]; -extern const u8 gPokedexText_Pal[]; +extern const u16 gPokedexText_Pal[]; +extern const u8 gPokedexMenu_Gfx[]; +extern const u8 gUnknown_08DC2C5C[]; +extern const u8 gUnknown_08DC2DAC[]; +extern const u8 gUnknown_08DC2A08[]; +extern const u8 gUnknown_08DC2B1C[]; +extern const u16 gPokedexHoennBg_Pal[]; +extern const u16 gPokedexText_Pal[]; +extern const u16 gPokedexNationalBg_Pal[]; // berry tag screen extern const u8 gUnknown_08D9BB44[]; |