About time I got to these functions

This commit is contained in:
PikalaxALT
2015-10-24 10:34:19 -04:00
parent 97cc513f54
commit 119d6b4119
409 changed files with 5218 additions and 4233 deletions

View File

@@ -504,7 +504,7 @@ ForestTreeLeftAnimation: ; fc45c
ld c, l
; Only during the Celebi event.
ld a, [wdbf3]
ld a, [wCelebiEvent]
bit 2, a
jr nz, .asm_fc46c
ld hl, ForestTreeLeftFrames
@@ -546,7 +546,7 @@ ForestTreeRightAnimation: ; fc4c4
ld c, l
; Only during the Celebi event.
ld a, [wdbf3]
ld a, [wCelebiEvent]
bit 2, a
jr nz, .asm_fc4d4
ld hl, ForestTreeRightFrames
@@ -581,7 +581,7 @@ ForestTreeLeftAnimation2: ; fc4f2
ld c, l
; Only during the Celebi event.
ld a, [wdbf3]
ld a, [wCelebiEvent]
bit 2, a
jr nz, .asm_fc502
ld hl, ForestTreeLeftFrames
@@ -613,7 +613,7 @@ ForestTreeRightAnimation2: ; fc51c
ld c, l
; Only during the Celebi event.
ld a, [wdbf3]
ld a, [wCelebiEvent]
bit 2, a
jr nz, .asm_fc52c
ld hl, ForestTreeRightFrames