diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-08-22 15:33:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-22 15:33:38 -0500 |
commit | 46ca339a3a8d44ae199228e2e4198daa9d337efb (patch) | |
tree | 152f0292a9f382f9f2ac545e605e2eecc95ae1f6 /include/data2.h | |
parent | 3e7bdf4f5fd54676c6f965325ec5b67d3d8b3eef (diff) | |
parent | 20594938e275bd3d6ec6f38b42400eaac79fa86e (diff) |
Merge branch 'master' into decompile_battle_5
Diffstat (limited to 'include/data2.h')
-rw-r--r-- | include/data2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/data2.h b/include/data2.h index 9dd26fd5f..2837a4451 100644 --- a/include/data2.h +++ b/include/data2.h @@ -45,6 +45,8 @@ extern const u8 gTrainerClassNames[][13]; extern const struct Trainer gTrainers[]; extern u8 gSpeciesNames[][11]; extern u8 gMoveNames[][13]; +extern const u8 gAbilityNames[][13]; +extern const u8 gTypeNames[][7]; extern const struct UnknownStructD2 gUnknown_081F9674; extern const u8 gUnknown_081F96C8[]; extern struct CompressedSpriteSheet gUnknown_081FAEA4; |