diff options
| author | garak <garakmon@gmail.com> | 2019-05-14 10:49:07 -0400 |
|---|---|---|
| committer | huderlem <huderlem@gmail.com> | 2019-05-16 17:10:13 -0500 |
| commit | daecd5ec4006b607220944a5e5745ad08300b10a (patch) | |
| tree | df74a09de73d2b18188be36a4f45701e1e6288a0 /include/constants | |
| parent | 188f2aa29e545b37c94f7d7e510f1c090e6e15fa (diff) | |
name some trainer card related functions
Diffstat (limited to 'include/constants')
| -rw-r--r-- | include/constants/map_scripts.h | 2 | ||||
| -rw-r--r-- | include/constants/trainer_hill.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/constants/map_scripts.h b/include/constants/map_scripts.h index d5fd40156..26de3ebc6 100644 --- a/include/constants/map_scripts.h +++ b/include/constants/map_scripts.h @@ -9,4 +9,4 @@ #define MAP_SCRIPT_ON_DIVE_WARP 6 #define MAP_SCRIPT_ON_RETURN_TO_FIELD 7 -#endif // GUARD_CONSTANTS_MAP_SCRIPTS_H
\ No newline at end of file +#endif // GUARD_CONSTANTS_MAP_SCRIPTS_H diff --git a/include/constants/trainer_hill.h b/include/constants/trainer_hill.h index e231a6043..4aae1dbbc 100644 --- a/include/constants/trainer_hill.h +++ b/include/constants/trainer_hill.h @@ -26,4 +26,4 @@ #define TRAINER_HILL_PLAYER_STATUS_ECARD_SCANNED 1 #define TRAINER_HILL_PLAYER_STATUS_NORMAL 2 -#endif
\ No newline at end of file +#endif |
