aboutsummaryrefslogtreecommitdiffstats
path: root/engine/movie
diff options
context:
space:
mode:
Diffstat (limited to 'engine/movie')
-rw-r--r--engine/movie/intro_yellow.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/movie/intro_yellow.asm b/engine/movie/intro_yellow.asm
index 47203580..37eee6f8 100644
--- a/engine/movie/intro_yellow.asm
+++ b/engine/movie/intro_yellow.asm
@@ -43,7 +43,7 @@ PlayIntroScene:
ldh [hWY], a
call ClearObjectAnimationBuffers
ld hl, wTileMap
- ld bc, SCREEN_WIDTH * SCREEN_HEIGHT
+ ld bc, SCREEN_AREA
xor a
call Bank3E_FillMemory
call YellowIntro_BlankOAMBuffer
@@ -823,7 +823,7 @@ InitYellowIntroGFXAndMusic:
ldh [hAutoBGTransferDest + 1], a
call YellowIntro_BlankTileMap
ld hl, wTileMap
- ld bc, SCREEN_WIDTH * SCREEN_HEIGHT
+ ld bc, SCREEN_AREA
ld a, $1
call Bank3E_FillMemory
hlcoord 0, 4
@@ -881,7 +881,7 @@ LoadYellowIntroObjectAnimationDataPointers:
YellowIntro_BlankTileMap:
ld hl, wTileMap
- ld bc, SCREEN_WIDTH * SCREEN_HEIGHT
+ ld bc, SCREEN_AREA
ld a, $7f
call Bank3E_FillMemory
ret