diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-08-23 02:32:15 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-08-23 05:12:27 +0800 |
commit | 23b2a0cc9f673363d4a6dc3d0c9e26fe50cce0c1 (patch) | |
tree | 69726534118cf6fc10dc5065ba9da79714cb477b /include | |
parent | 5f6a55e4fda5d038b3864b23136eb7cd9a8bdbcf (diff) |
battle_controller_link_partner
Diffstat (limited to 'include')
-rw-r--r-- | include/data.h (renamed from include/data2.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/data2.h b/include/data.h index 1035d78dc..6479237f2 100644 --- a/include/data2.h +++ b/include/data.h @@ -1,5 +1,5 @@ -#ifndef GUARD_DATA2_H -#define GUARD_DATA2_H +#ifndef GUARD_DATA_H +#define GUARD_DATA_H #include "global.h" #include "constants/species.h" @@ -59,4 +59,4 @@ extern const struct SpriteFrameImage gUnknown_8234788[]; extern const struct SpriteFrameImage gUnknown_82347A8[]; extern const struct SpriteFrameImage gUnknown_82347C8[]; -#endif // GUARD_DATA2_H +#endif // GUARD_DATA_H |