diff options
Diffstat (limited to 'battle/core.asm')
-rw-r--r-- | battle/core.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/core.asm b/battle/core.asm index 1822acc47..953ab270e 100644 --- a/battle/core.asm +++ b/battle/core.asm @@ -5281,7 +5281,7 @@ BattleMenu_Pack: ; 3e1c7 ; 3e234 .UseItem: ; 3e234 - ld a, [wc64e] + ld a, [wWildMon] and a jr nz, .run callab CheckItemPocket @@ -5315,7 +5315,7 @@ BattleMenu_Pack: ; 3e1c7 .run xor a - ld [wc64e], a + ld [wWildMon], a ld a, [wBattleResult] and $c0 ld [wBattleResult], a |