summaryrefslogtreecommitdiff
path: root/src/pokemon.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-09-20 11:55:35 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2018-09-20 11:55:35 +0200
commite4b7ba0977f2029459f08bcfc4d8aa35dbb4fc3c (patch)
treea52b5b0f69cb0add74add2ce9b2738a048578792 /src/pokemon.c
parent25e469b6644377ec4e4f82eab294437a61ea7635 (diff)
Document some not labeled battle things
Diffstat (limited to 'src/pokemon.c')
-rw-r--r--src/pokemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon.c b/src/pokemon.c
index 78a7a55a5..e2ce24bdb 100644
--- a/src/pokemon.c
+++ b/src/pokemon.c
@@ -5307,7 +5307,7 @@ bool8 PokemonUseItemEffects(struct Pokemon *mon, u16 item, u8 partyIndex, u8 mov
// I have to re-use this variable to match.
r5 = gActiveBattler;
gActiveBattler = battlerId;
- BtlController_EmitGetMonData(0, 0, 0);
+ BtlController_EmitGetMonData(0, REQUEST_ALL_BATTLE, 0);
MarkBattlerForControllerExec(gActiveBattler);
gActiveBattler = r5;
}