Blind wram part 5.

starting to go smoothly
This commit is contained in:
yenatch
2015-02-10 15:32:30 -08:00
parent c07ed74a5d
commit 7c862ca7e2
6 changed files with 190 additions and 189 deletions

View File

@@ -518,7 +518,7 @@ ForestTreeLeftAnimation: ; fc45c
ld c, l
; Only during the Celebi event.
ld a, [$dbf3]
ld a, [wdbf3]
bit 2, a
jr nz, .asm_fc46c
ld hl, ForestTreeLeftFrames
@@ -560,7 +560,7 @@ ForestTreeRightAnimation: ; fc4c4
ld c, l
; Only during the Celebi event.
ld a, [$dbf3]
ld a, [wdbf3]
bit 2, a
jr nz, .asm_fc4d4
ld hl, ForestTreeRightFrames
@@ -595,7 +595,7 @@ ForestTreeLeftAnimation2: ; fc4f2
ld c, l
; Only during the Celebi event.
ld a, [$dbf3]
ld a, [wdbf3]
bit 2, a
jr nz, .asm_fc502
ld hl, ForestTreeLeftFrames
@@ -627,7 +627,7 @@ ForestTreeRightAnimation2: ; fc51c
ld c, l
; Only during the Celebi event.
ld a, [$dbf3]
ld a, [wdbf3]
bit 2, a
jr nz, .asm_fc52c
ld hl, ForestTreeRightFrames
@@ -1009,7 +1009,7 @@ Functionfc71e: ; fc71e
cp $e4
ret nz
ld a, [$d847]
ld a, [wd847]
cp $ff
ret nz