You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Blind wram part 5.
starting to go smoothly
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user