Battle anims

This commit is contained in:
PikalaxALT
2015-12-23 17:10:50 -05:00
parent 3893feb835
commit 8152ab612c
15 changed files with 8177 additions and 7932 deletions

View File

@@ -2549,7 +2549,7 @@ endr
ld [hl], a
.start
call StartChannel
ld a, [wc2bc]
ld a, [wStereoPanningMask]
and a
jr z, .next
@@ -2750,7 +2750,7 @@ endr
call GetLRTracks
add hl, de
ld a, [hl]
ld hl, wc2bc
ld hl, wStereoPanningMask
and [hl]
ld hl, Channel1Tracks - Channel1
@@ -2766,7 +2766,7 @@ endr
jr c, .skip
; ch3-4
ld a, [wc2be]
ld a, [wSFXDuration]
ld hl, Channel1Field0x2e - Channel1 ; $c12f - Channel1
add hl, bc