summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-12-07 11:28:58 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-12-07 11:28:58 -0500
commit159d3efc8f369fcb284ef63a69ec502fb199597a (patch)
tree3266a9e47bce36092eb896bce84c553d853187ca /main.asm
parent02d05255fe96e9c06d176c0960395fb5aeb36211 (diff)
new and updated music macros
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.asm b/main.asm
index 4ef49f11a..d56e872bf 100644
--- a/main.asm
+++ b/main.asm
@@ -8455,7 +8455,7 @@ GetPokeBallWobble: ; f971 (3:7971)
cp 3 + 1
jr z, .finished
- ld a, [wc64e]
+ ld a, [wWildMon]
and a
ld c, 0 ; next
jr nz, .done
@@ -8480,7 +8480,7 @@ GetPokeBallWobble: ; f971 (3:7971)
jr .done
.finished
- ld a, [wc64e]
+ ld a, [wWildMon]
and a
ld c, 1 ; caught
jr nz, .done