ported documentation of battle_util.s

This commit is contained in:
jiangzhengwenjz
2019-07-30 12:10:40 +08:00
parent 1f986e6543
commit 035df4d7a4
12 changed files with 2910 additions and 2910 deletions
+2 -2
View File
@@ -4170,7 +4170,7 @@ bool8 PokemonUseItemEffects(struct Pokemon *pkmn, u16 item, u8 partyIndex, u8 mo
r5 = gActiveBattler;
gActiveBattler = sp34;
BtlController_EmitGetMonData(0, 0, 0);
MarkBufferBankForExecution(gActiveBattler);
MarkBattlerForControllerExec(gActiveBattler);
gActiveBattler = r5;
}
}
@@ -4709,7 +4709,7 @@ bool8 PokemonUseItemEffects2(struct Pokemon *pkmn, u16 item, u8 partyIndex, u8 m
r5 = gActiveBattler;
gActiveBattler = sp34;
BtlController_EmitGetMonData(0, 0, 0);
MarkBufferBankForExecution(gActiveBattler);
MarkBattlerForControllerExec(gActiveBattler);
gActiveBattler = r5;
}
}