diff options
author | Evan <eroelke@gmail.com> | 2019-11-26 13:55:24 -0700 |
---|---|---|
committer | Evan <eroelke@gmail.com> | 2019-11-26 13:55:24 -0700 |
commit | 31d8bfb04850a9a1c1639b40b7ff305a673b9c09 (patch) | |
tree | bba0c7d4e6230c2eecbb167b458bad89b8f01e04 /include/data.h | |
parent | d1142b4290e8688a0d42bfc1b95b9d90b1721459 (diff) | |
parent | 19ecb1631b5fce1147077026a8eff890c6ec315a (diff) |
fix merge conflicts
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[]; |