summaryrefslogtreecommitdiff
path: root/src/battle_script_commands.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-02-19 08:47:50 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2020-02-19 08:47:50 -0500
commit9d44bc0bda9294c4d4cb3744efe9c2d96278c3bd (patch)
tree6ac0ef8acbace05710da0052b4decaf4146d5d3f /src/battle_script_commands.c
parent9397d6d23ad460f7019d4a12da035f53a450d237 (diff)
parent71fec599bbe144af8d4a16e98ec32454fd10a4a8 (diff)
Merge branch 'master' of github.com:pret/pokefirered into pokemon_jump
Diffstat (limited to 'src/battle_script_commands.c')
-rw-r--r--src/battle_script_commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c
index 527e32bcc..4875a63f2 100644
--- a/src/battle_script_commands.c
+++ b/src/battle_script_commands.c
@@ -48,7 +48,7 @@
#include "constants/abilities.h"
#include "constants/pokemon.h"
#include "constants/trainers.h"
-#include "constants/map_types.h"
+#include "constants/maps.h"
#define DEFENDER_IS_PROTECTED ((gProtectStructs[gBattlerTarget].protected) && (gBattleMoves[gCurrentMove].flags & FLAG_PROTECT_AFFECTED))