aboutsummaryrefslogtreecommitdiffstats
path: root/engine/movie
diff options
context:
space:
mode:
authorBlueZangoose <113498143+BlueZangoose@users.noreply.github.com>2022-09-25 19:17:39 +0100
committerGitHub <noreply@github.com>2022-09-25 14:17:39 -0400
commit0f5a9eb1465c76426034a68caa2ff350d29716e0 (patch)
tree73b947d740868c50a99d3a86259415a605e35d39 /engine/movie
parentUse a SPRITE_SET_LENGTH constant (diff)
downloadpokeyellow-0f5a9eb1465c76426034a68caa2ff350d29716e0.tar.gz
pokeyellow-0f5a9eb1465c76426034a68caa2ff350d29716e0.tar.xz
pokeyellow-0f5a9eb1465c76426034a68caa2ff350d29716e0.zip
Change names of move subanimations to be meaningful (#389)
Co-authored-by: Rangi <remy.oukaour+rangi42@gmail.com>
Diffstat (limited to 'engine/movie')
-rw-r--r--engine/movie/splash.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/movie/splash.asm b/engine/movie/splash.asm
index 2373a0f9..6e483e99 100644
--- a/engine/movie/splash.asm
+++ b/engine/movie/splash.asm
@@ -3,13 +3,13 @@ LoadShootingStarGraphics:
ldh [rOBP0], a
ld a, $a4
ldh [rOBP1], a
- ld de, AnimationTileset2 tile 3 ; star tile (top left quadrant)
+ ld de, MoveAnimationTiles1 tile 3 ; star tile (top left quadrant)
ld hl, vChars1 tile $20
- lb bc, BANK(AnimationTileset2), 1
+ lb bc, BANK(MoveAnimationTiles1), 1
call CopyVideoData
- ld de, AnimationTileset2 tile 19 ; star tile (bottom left quadrant)
+ ld de, MoveAnimationTiles1 tile 19 ; star tile (bottom left quadrant)
ld hl, vChars1 tile $21
- lb bc, BANK(AnimationTileset2), 1
+ lb bc, BANK(MoveAnimationTiles1), 1
call CopyVideoData
ld de, FallingStar
ld hl, vChars1 tile $22