diff options
author | garak <garakmon@gmail.com> | 2019-05-15 19:56:43 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-05-16 17:10:13 -0500 |
commit | 60baf19d453b0d7ceea21c7ea461506c3a784a9b (patch) | |
tree | 43a11829cd1df7ac2f37c361c0209e3eb83be9a5 /include | |
parent | daecd5ec4006b607220944a5e5745ad08300b10a (diff) |
rename gFacilityClassPicsByIndex to gLinkPlayerFacilityClasses
Diffstat (limited to 'include')
-rw-r--r-- | include/pokemon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index 4aeb739bf..090a21f18 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -434,7 +434,7 @@ extern const u8 gPPUpGetMask[]; extern const u8 gPPUpSetMask[]; extern const u8 gPPUpAddMask[]; extern const u8 gStatStageRatios[][2]; -extern const u16 gFacilityClassPicsByIndex[]; +extern const u16 gLinkPlayerFacilityClasses[]; extern const struct SpriteTemplate gUnknown_08329D98[]; extern const s8 gNatureStatTable[][5]; |