summaryrefslogtreecommitdiff
path: root/include/battle_script_commands.h
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2018-02-06 13:48:02 -0600
committercamthesaxman <cameronghall@cox.net>2018-02-06 13:48:02 -0600
commit6a4967689e62e6a3276bbe2372e8066cdfacb6fd (patch)
tree7cf01bce7bc5860484717aca08025ea79d78a5f9 /include/battle_script_commands.h
parentf78fa6aabfe3c7301eab7250ee2b152feec90b0e (diff)
more renaming
Diffstat (limited to 'include/battle_script_commands.h')
-rw-r--r--include/battle_script_commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/battle_script_commands.h b/include/battle_script_commands.h
index 80fabaa64..26659ff20 100644
--- a/include/battle_script_commands.h
+++ b/include/battle_script_commands.h
@@ -52,7 +52,7 @@
void AI_CalcDmg(u8 bankAtk, u8 bankDef);
u8 TypeCalc(u16 move, u8 bankAtk, u8 bankDef);
u8 AI_TypeCalc(u16 move, u16 targetSpecies, u8 targetAbility);
-u8 BankGetTurnOrder(u8 bank);
+u8 GetBattlerTurnOrderNum(u8 bank);
void SetMoveEffect(bool8 primary, u8 certain);
void BattleDestroyYesNoCursorAt(u8 cursorPosition);
void BattleCreateYesNoCursorAt(u8 cursorPosition);