battle_script_commands data decomp

This commit is contained in:
jiangzhengwenjz
2019-08-23 15:54:19 +08:00
parent 23b2a0cc9f
commit 3459fbb9a3
13 changed files with 1178 additions and 298 deletions
+1 -1
View File
@@ -54,7 +54,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);