Fix triple newlines left over from removing address comments
This commit is contained in:
@@ -18,25 +18,21 @@ _TitleScreen:
|
||||
; Turn LCD off
|
||||
call DisableLCD
|
||||
|
||||
|
||||
; VRAM bank 1
|
||||
ld a, 1
|
||||
ld [rVBK], a
|
||||
|
||||
|
||||
; Decompress running Suicune gfx
|
||||
ld hl, TitleSuicuneGFX
|
||||
ld de, vTiles1
|
||||
call Decompress
|
||||
|
||||
|
||||
; Clear screen palettes
|
||||
hlbgcoord 0, 0
|
||||
ld bc, 20 * BG_MAP_WIDTH
|
||||
xor a
|
||||
call ByteFill
|
||||
|
||||
|
||||
; Fill tile palettes:
|
||||
|
||||
; BG Map 1:
|
||||
@@ -47,7 +43,6 @@ _TitleScreen:
|
||||
ld a, 7 ; palette
|
||||
call ByteFill
|
||||
|
||||
|
||||
; BG Map 0:
|
||||
|
||||
; Apply logo gradient:
|
||||
@@ -78,7 +73,6 @@ _TitleScreen:
|
||||
ld a, 6
|
||||
call ByteFill
|
||||
|
||||
|
||||
; 'CRYSTAL VERSION'
|
||||
hlbgcoord 5, 9
|
||||
ld bc, NAME_LENGTH ; length of version text
|
||||
@@ -91,12 +85,10 @@ _TitleScreen:
|
||||
ld a, 0 | VRAM_BANK_1
|
||||
call ByteFill
|
||||
|
||||
|
||||
; Back to VRAM bank 0
|
||||
ld a, $0
|
||||
ld [rVBK], a
|
||||
|
||||
|
||||
; Decompress logo
|
||||
ld hl, TitleLogoGFX
|
||||
ld de, vTiles1
|
||||
@@ -107,7 +99,6 @@ _TitleScreen:
|
||||
ld de, vTiles0
|
||||
call Decompress
|
||||
|
||||
|
||||
; Clear screen tiles
|
||||
hlbgcoord 0, 0
|
||||
ld bc, 64 * BG_MAP_WIDTH
|
||||
@@ -157,7 +148,6 @@ _TitleScreen:
|
||||
pop af
|
||||
ld [rSVBK], a
|
||||
|
||||
|
||||
; LY/SCX trickery starts here
|
||||
|
||||
ld a, [rSVBK]
|
||||
@@ -194,7 +184,6 @@ _TitleScreen:
|
||||
pop af
|
||||
ld [rSVBK], a
|
||||
|
||||
|
||||
; Reset audio
|
||||
call ChannelsOff
|
||||
call EnableLCD
|
||||
@@ -263,7 +252,6 @@ SuicuneFrameIterator:
|
||||
db $00 ; vTiles5 tile $00
|
||||
db $08 ; vTiles5 tile $08
|
||||
|
||||
|
||||
LoadSuicuneFrame:
|
||||
hlcoord 6, 12
|
||||
ld b, 6
|
||||
@@ -353,7 +341,6 @@ InitializeBackground:
|
||||
jr nz, .loop2
|
||||
ret
|
||||
|
||||
|
||||
AnimateTitleCrystal:
|
||||
; Move the title screen crystal downward until it's fully visible
|
||||
|
||||
|
Reference in New Issue
Block a user