diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-19 20:26:35 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-19 20:26:35 -0400 |
| commit | bc287b9b80cec819e6df7b6b1ff7110eabf606f7 (patch) | |
| tree | b1d9a20ce8578ac1873e49a81660fe651b445c35 /engine/movie | |
| parent | PedalDanceAnim -> PetalDanceAnim (diff) | |
| download | pokeyellow-bc287b9b80cec819e6df7b6b1ff7110eabf606f7.tar.gz pokeyellow-bc287b9b80cec819e6df7b6b1ff7110eabf606f7.tar.xz pokeyellow-bc287b9b80cec819e6df7b6b1ff7110eabf606f7.zip | |
Some formatting changes
Diffstat (limited to 'engine/movie')
| -rwxr-xr-x | engine/movie/splash.asm | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/engine/movie/splash.asm b/engine/movie/splash.asm index be97b8e5..eede8ccb 100755 --- a/engine/movie/splash.asm +++ b/engine/movie/splash.asm @@ -110,7 +110,7 @@ AnimateShootingStar: ld c, 4 .smallStarsInnerLoop ; introduce new wave of 4 small stars OAM entries ld a, [de] - cp $ff + cp -1 jr z, .next2 ld [hli], a ; Y inc de @@ -165,27 +165,23 @@ SmallStarsWave1Coords: db $68, $40 db $68, $58 db $68, $78 - SmallStarsWave2Coords: db $68, $38 db $68, $48 db $68, $60 db $68, $70 - SmallStarsWave3Coords: db $68, $34 db $68, $4C db $68, $54 db $68, $64 - SmallStarsWave4Coords: db $68, $3C db $68, $5C db $68, $6C db $68, $74 - SmallStarsEmptyWave: - db $FF + db -1 ; end MoveDownSmallStars: ld b, 8 |
