summaryrefslogtreecommitdiff
path: root/src/battle_script_commands.c
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2017-11-08 15:20:10 -0600
committerDiegoisawesome <diego@domoreaweso.me>2017-11-08 15:20:10 -0600
commite6ef86e4b0a66440c3339c8d63c13dcd11521984 (patch)
treedcb079ef60b814dc7df699ae4054f717a5a9a088 /src/battle_script_commands.c
parent60bb83144b9d69dbb884874d87bd832aebc8e992 (diff)
Update variable and flag names
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 28357d984..784c2e80d 100644
--- a/src/battle_script_commands.c
+++ b/src/battle_script_commands.c
@@ -11160,7 +11160,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]++;
}