diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-23 16:51:05 -0500 |
---|---|---|
committer | Evan <eroelke@gmail.com> | 2019-12-04 14:54:50 -0700 |
commit | aa0d8cdaa0b57ed4b625dad321886d52d2b6dbb7 (patch) | |
tree | e15118f4cd260882564607fd9d4b726f74fc2776 /include/data.h | |
parent | 1ffe7f78cb75b5e5f63bd803ad3fd47126a2e7c6 (diff) |
battle_message 1
Diffstat (limited to 'include/data.h')
-rw-r--r-- | include/data.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/data.h b/include/data.h index 9ea1f7c96..72e6b66fc 100644 --- a/include/data.h +++ b/include/data.h @@ -22,6 +22,8 @@ extern const u16 gUnknown_8251FEE[]; extern const u16 gUnknown_8252324[]; extern const u16 gUnknown_82539D4[]; +extern const u8 gTrainerClassNames[][13]; + extern const struct MonCoords gMonFrontPicCoords[]; extern const struct CompressedSpriteSheet gMonFrontPicTable[]; extern const struct MonCoords gMonBackPicCoords[]; |