mirror of
https://github.com/pret/pokeemerald.git
synced 2026-05-09 04:13:03 -05:00
FINAL review changes
This commit is contained in:
parent
f6efc75c1a
commit
095decbd27
|
|
@ -2753,17 +2753,6 @@ void StealTargetItem(u8 battlerStealer, u8 battlerItem)
|
|||
return; \
|
||||
}
|
||||
|
||||
// For a future update...
|
||||
// #define INCREMENT_RETURN_ON_PARENTAL_BOND_1ST_HIT \
|
||||
// { \
|
||||
// if (gSpecialStatuses[gBattlerAttacker].parentalBondState == PARENTAL_BOND_1ST_HIT \
|
||||
// && gBattleMons[gEffectBattler].hp != 0) \
|
||||
// { \
|
||||
// gBattlescriptCurrInstr++; \
|
||||
// return; \
|
||||
// } \
|
||||
// }
|
||||
|
||||
void SetMoveEffect(bool32 primary, bool32 certain)
|
||||
{
|
||||
s32 i, affectsUser = 0;
|
||||
|
|
@ -3666,7 +3655,7 @@ void SetMoveEffect(bool32 primary, bool32 certain)
|
|||
case TYPE_FIRE: // Burn Up
|
||||
gBattlescriptCurrInstr = BattleScript_RemoveFireType;
|
||||
break;
|
||||
case TYPE_ELECTRIC: // Electro Shot
|
||||
case TYPE_ELECTRIC: // Double Shot
|
||||
gBattlescriptCurrInstr = BattleScript_RemoveElectricType;
|
||||
break;
|
||||
default:
|
||||
|
|
|
|||
|
|
@ -257,7 +257,7 @@ SINGLE_BATTLE_TEST("Fling applies special effects when throwing specific Items")
|
|||
}
|
||||
}
|
||||
|
||||
SINGLE_BATTLE_TEST("Fling's effects are blocked by Shield Dust")
|
||||
SINGLE_BATTLE_TEST("Fling's secondary effects are blocked by Shield Dust")
|
||||
{
|
||||
u16 item;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user