diff options
author | KDSKardabox <bollygame94@gmail.com> | 2018-03-01 09:13:29 +0530 |
---|---|---|
committer | KDSKardabox <bollygame94@gmail.com> | 2018-03-01 09:13:29 +0530 |
commit | 85492c0dacb5222ebbd43f652c44448ca89de0f9 (patch) | |
tree | ccb4168b0cb800398a810789e59c108003def9bd /include/data2.h | |
parent | 2f9d69f67fef723e3a92bb19c73952f6896e27ad (diff) | |
parent | c0357cea46635ec3867d18e43b341fb7a4a2fef2 (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald
Diffstat (limited to 'include/data2.h')
-rw-r--r-- | include/data2.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/data2.h b/include/data2.h index df71f6e88..d71958201 100644 --- a/include/data2.h +++ b/include/data2.h @@ -14,8 +14,6 @@ extern struct MonCoords gTrainerFrontPicCoords[]; extern const u8 gSpeciesNames[][POKEMON_NAME_LENGTH + 1]; extern const u8 gMoveNames[][13]; -extern const u8 gAbilityNames[][13]; -extern const u8 gTypeNames[][7]; extern struct CompressedSpriteSheet gUnknown_0831C620; extern struct CompressedSpritePalette gUnknown_0831C628; extern const struct SpriteTemplate gUnknown_0831C688; |