diff options
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index a7b2acb..fad47e0 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -1,5 +1,5 @@ -#ifndef POKEMON_H -#define POKEMON_H +#ifndef GUARD_POKEMON_H +#define GUARD_POKEMON_H #include "file_system.h" @@ -158,4 +158,4 @@ struct OpenedFile *OpenPokemonDialogueSpriteFile(s16 index); struct OpenedFile *GetDialogueSpriteDataPtr(s16 index); s32 GetUnownIndex(s16 index); -#endif // POKEMON_H +#endif // GUARD_POKEMON_H |