diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-08-20 17:26:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-20 17:26:57 -0500 |
commit | e81986cd20dbe0d8a98da646d964310a066f1af5 (patch) | |
tree | 99c13f5c6c58041acfb2e18c369337f788e2c651 /include/data2.h | |
parent | 88f0eef3f20dc3e1c8411c02862700669dad0932 (diff) | |
parent | 5bd81da311a666bc56d705fbc0f05cac64bb0cee (diff) |
Merge pull request #393 from DizzyEggg/decompile_battle_message
decompile battle_message.c
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; |