new and updated music macros

This commit is contained in:
PikalaxALT
2015-12-07 11:28:58 -05:00
parent 02d05255fe
commit 159d3efc8f
118 changed files with 3314 additions and 3200 deletions

View File

@@ -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