diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-27 17:18:23 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-27 17:18:23 -0400 |
commit | a178ce5d9733abfbf13f1d9e8ae5557915e3afa6 (patch) | |
tree | e99cba1e5e3a893cc2eeb6ebb4cd75439cb4f50b /include/constants | |
parent | e4ddc167504a65fabbeb77d9db6e4241b92b2a54 (diff) |
Resolve warnings in scrcmd_18_c and script_pokemon_util
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/script_pokemon_util.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/constants/script_pokemon_util.h b/include/constants/script_pokemon_util.h index afd70eeb..4c7a01e6 100644 --- a/include/constants/script_pokemon_util.h +++ b/include/constants/script_pokemon_util.h @@ -1,8 +1,8 @@ -#ifndef POKEDIAMOND_SCRIPT_POKEMON_UTIL_H
-#define POKEDIAMOND_SCRIPT_POKEMON_UTIL_H
+#ifndef POKEDIAMOND_CONSTANTS_SCRIPT_POKEMON_UTIL_H
+#define POKEDIAMOND_CONSTANTS_SCRIPT_POKEMON_UTIL_H
#define FLDPSN_NONE 0
#define FLDPSN_PSN 1
#define FLDPSN_HEAL 2
-#endif //POKEDIAMOND_SCRIPT_POKEMON_UTIL_H
+#endif //POKEDIAMOND_CONSTANTS_SCRIPT_POKEMON_UTIL_H
|