diff options
author | golem galvanize <golemgalvanize@github.com> | 2018-02-07 19:30:58 -0500 |
---|---|---|
committer | golem galvanize <golemgalvanize@github.com> | 2018-02-07 19:30:58 -0500 |
commit | 4a903279df847024148b823990a317e79bc23c9f (patch) | |
tree | b18c801e9ed8fea9b39b0b8bda6a567ca2b24e32 /include/battle_script_commands.h | |
parent | 1b303aeee87095400aae7c0d1ff9f94e83594691 (diff) | |
parent | 48e63979c8a131bc059974194bd548f60dcdd24c (diff) |
decompile task_new_game_prof_birch_speech_4
Diffstat (limited to 'include/battle_script_commands.h')
-rw-r--r-- | include/battle_script_commands.h | 2 |
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); |