Rename ghost battle scripts

This commit is contained in:
PikalaxALT
2019-11-06 18:32:17 -05:00
parent f14f13b312
commit 4cad26157e
4 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -1385,9 +1385,9 @@ u8 AtkCanceller_UnableToUseMove(void)
if ((gBattleTypeFlags & (BATTLE_TYPE_GHOST | BATTLE_TYPE_LEGENDARY)) == BATTLE_TYPE_GHOST)
{
if (GetBattlerSide(gBattlerAttacker) == B_SIDE_PLAYER)
gBattlescriptCurrInstr = gUnknown_81D9180;
gBattlescriptCurrInstr = BattleScript_TooScaredToMove;
else
gBattlescriptCurrInstr = gUnknown_81D9192;
gBattlescriptCurrInstr = BattleScript_GhostGetOutGetOut;
gBattleCommunication[MULTISTRING_CHOOSER] = 0;
effect = 1;
}