Document ShouldIgnoreDeoxysForm, 2
This commit is contained in:
+3
-3
@@ -5904,7 +5904,7 @@ bool8 ShouldIgnoreDeoxysForm(u8 caseId, u8 battlerId)
|
|||||||
case 0:
|
case 0:
|
||||||
default:
|
default:
|
||||||
return FALSE;
|
return FALSE;
|
||||||
case 1:
|
case DEOXYS_CHECK_BATTLE_SPRITE:
|
||||||
if (!(gBattleTypeFlags & BATTLE_TYPE_MULTI))
|
if (!(gBattleTypeFlags & BATTLE_TYPE_MULTI))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
if (!gMain.inBattle)
|
if (!gMain.inBattle)
|
||||||
@@ -5914,7 +5914,7 @@ bool8 ShouldIgnoreDeoxysForm(u8 caseId, u8 battlerId)
|
|||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
break;
|
break;
|
||||||
case 3:
|
case DEOXYS_CHECK_TRADE_MAIN:
|
||||||
if (!(gBattleTypeFlags & BATTLE_TYPE_MULTI))
|
if (!(gBattleTypeFlags & BATTLE_TYPE_MULTI))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
if (!gMain.inBattle)
|
if (!gMain.inBattle)
|
||||||
@@ -5924,7 +5924,7 @@ bool8 ShouldIgnoreDeoxysForm(u8 caseId, u8 battlerId)
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
case 4:
|
case 4:
|
||||||
break;
|
break;
|
||||||
case 5:
|
case DEOXYS_CHECK_BATTLE_ANIM:
|
||||||
if (gBattleTypeFlags & BATTLE_TYPE_LINK)
|
if (gBattleTypeFlags & BATTLE_TYPE_LINK)
|
||||||
{
|
{
|
||||||
if (!gMain.inBattle)
|
if (!gMain.inBattle)
|
||||||
|
|||||||
Reference in New Issue
Block a user