diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-07 11:28:58 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-07 11:28:58 -0500 |
commit | 159d3efc8f369fcb284ef63a69ec502fb199597a (patch) | |
tree | 3266a9e47bce36092eb896bce84c553d853187ca /battle | |
parent | 02d05255fe96e9c06d176c0960395fb5aeb36211 (diff) |
new and updated music macros
Diffstat (limited to 'battle')
-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 |