From a178ce5d9733abfbf13f1d9e8ae5557915e3afa6 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 27 Aug 2020 17:18:23 -0400 Subject: Resolve warnings in scrcmd_18_c and script_pokemon_util --- include/constants/script_pokemon_util.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/constants') 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 -- cgit v1.2.3