From 977ef7d8aabe3befab5b3cc44210c7d4d8f0010d Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Sun, 20 Sep 2020 19:33:21 -0500 Subject: fix guards --- include/pokemon.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/pokemon.h') diff --git a/include/pokemon.h b/include/pokemon.h index c1da8d5..864b611 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -1,4 +1,4 @@ -#ifdef POKEMON_H +#ifndef POKEMON_H #define POKEMON_H struct gPokemon @@ -46,6 +46,6 @@ struct gPokemon /* 0x42 */ u16 unk11; /* 0x44 */ u16 alphaNum; /* 0x46 */ u16 parentNum; -} +}; -#endif +#endif // POKEMON_H -- cgit v1.2.3