summaryrefslogtreecommitdiff
path: root/src/battle_script_commands.c
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2017-11-15 01:01:06 -0600
committerGitHub <noreply@github.com>2017-11-15 01:01:06 -0600
commit055a419830c0725a629f971b0299c89082c192fd (patch)
tree07d1e496a653dc2c6584022cb977bbdf273858aa /src/battle_script_commands.c
parent3fb2a488f99d4d8499a2b0247f73f45837b07156 (diff)
parentce0e5cbfe4439a9767134a670868f65cc9920e65 (diff)
Merge pull request #101 from Diegoisawesome/dump_maps
Dump maps
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 9dec308bb..6409ff56e 100644
--- a/src/battle_script_commands.c
+++ b/src/battle_script_commands.c
@@ -10845,7 +10845,7 @@ static void atkF0_give_caught_mon(void)
gBattleCommunication[MULTISTRING_CHOOSER] = 2;
}
- if (FlagGet(SYS_PC_LANETTE))
+ if (FlagGet(FLAG_SYS_PC_LANETTE))
gBattleCommunication[MULTISTRING_CHOOSER]++;
}