diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-08-27 15:10:23 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-08-27 15:10:23 +0800 |
commit | b2343076db0cefc087f3941b6941dcba7b1e3364 (patch) | |
tree | b6e0096e88d934db62366772c85d255d327eb828 /include/battle_scripts.h | |
parent | f4b4f5dd0c698bad4e9b10b712c15f5c448a0203 (diff) |
remaining stuff of battle_script_commands
Diffstat (limited to 'include/battle_scripts.h')
-rw-r--r-- | include/battle_scripts.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/battle_scripts.h b/include/battle_scripts.h index 769c4a84a..a13a8c097 100644 --- a/include/battle_scripts.h +++ b/include/battle_scripts.h @@ -225,5 +225,7 @@ extern const u8 BattleScript_IgnoresAndHitsItself[]; extern const u8 BattleScript_MoveEffectRecoil[]; extern const u8 BattleScript_FlushMessageBox[]; extern const u8 BattleScript_SpikesOnFaintedBattler[]; +extern const u8 BattleScript_GhostBallDodge[]; +extern const u8 gUnknown_81D9A88[]; #endif // GUARD_BATTLE_SCRIPTS_H |