From 159d3efc8f369fcb284ef63a69ec502fb199597a Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 7 Dec 2015 11:28:58 -0500 Subject: new and updated music macros --- battle/core.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'battle') 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 -- cgit v1.2.3