diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-25 09:15:34 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-25 09:15:34 -0500 |
commit | 10aa908f56599c155ecf70ccee6b07eea07fb643 (patch) | |
tree | 0bec37a7083498f43dcf1124ceb0ce13c74ca420 /include/data.h | |
parent | 0e3d574276db954994b0be24c61813b0b0e28c0c (diff) | |
parent | 46773995020da0bc7984933f7f407ff30394596d (diff) |
Merge branch 'dism_more_data' of github.com:PikalaxALT/pokefirered into dism_more_data
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[]; |