diff options
Diffstat (limited to 'include/battle.h')
-rw-r--r-- | include/battle.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/battle.h b/include/battle.h index fa42a7b53..741e821e9 100644 --- a/include/battle.h +++ b/include/battle.h @@ -1,3 +1,6 @@ +#ifndef GUARD_BATTLE_H +#define GUARD_BATTLE_H + #define BATTLE_TYPE_DOUBLE 0x0001 #define BATTLE_TYPE_LINK 0x0002 #define BATTLE_TYPE_WILD 0x0004 @@ -21,4 +24,6 @@ #define AI_ACTION_UNK5 0x0010 #define AI_ACTION_UNK6 0x0020 #define AI_ACTION_UNK7 0x0040 -#define AI_ACTION_UNK8 0x0080
\ No newline at end of file +#define AI_ACTION_UNK8 0x0080 + +#endif |