diff options
Diffstat (limited to 'tilesets/animations.asm')
-rw-r--r-- | tilesets/animations.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tilesets/animations.asm b/tilesets/animations.asm index 96e46b608..d0a8029ee 100644 --- a/tilesets/animations.asm +++ b/tilesets/animations.asm @@ -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 |