summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2020-09-20 19:33:21 -0500
committerSeth Barberee <seth.barberee@gmail.com>2020-09-20 19:33:21 -0500
commit977ef7d8aabe3befab5b3cc44210c7d4d8f0010d (patch)
treeb53c01acde770a18d2dbd4f7d8c976871c3afb91 /include/pokemon.h
parent722560add4e0caaab9f65a3c49d08ad83f2ef2b2 (diff)
fix guards
Diffstat (limited to 'include/pokemon.h')
-rw-r--r--include/pokemon.h6
1 files changed, 3 insertions, 3 deletions
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