summaryrefslogtreecommitdiff
path: root/engine/titlescreen.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-06-08 00:35:33 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-06-08 00:35:33 -0400
commit5da4ad3d5c62292f062d4f7b4382e6c09b7faaea (patch)
tree97319f45578efa0901fb1986678c16bbdeda6bcc /engine/titlescreen.asm
parente181c27c5e396aea254b471b182df3237eeb03ce (diff)
parent2bb64d11e6015e39e934e7359697c08636645994 (diff)
Merge branch 'master' of github.com:pret/pokeyellow
Diffstat (limited to 'engine/titlescreen.asm')
-rwxr-xr-xengine/titlescreen.asm6
1 files changed, 0 insertions, 6 deletions
diff --git a/engine/titlescreen.asm b/engine/titlescreen.asm
index a8a65dba..c10e0315 100755
--- a/engine/titlescreen.asm
+++ b/engine/titlescreen.asm
@@ -222,7 +222,6 @@ DisplayTitleScreen: ; 4171 (1:4171)
jr nz, .audioFadeLoop
jp Init
-
.doClearSaveDialogue ; 432a (1:432a)
jpba DoClearSaveDialogue
@@ -255,7 +254,6 @@ CopyrightTextString: ; 4355 (1:4355)
TitleScreen_PlayPikachuPCM: ; 4387 (1:4387)
callab PlayPikachuSoundClip
ret
-
DoTitleScreenFunction: ; 4390 (1:4390)
call .CheckTimer
@@ -290,7 +288,6 @@ DoTitleScreenFunction: ; 4390 (1:4390)
ld [wTitleScreenScene], a
.Nop
ret
-
.BlinkOpen: ; 43bf (1:43bf)
ld e, 0
@@ -319,7 +316,6 @@ DoTitleScreenFunction: ; 4390 (1:4390)
ld hl, wTitleScreenScene
inc [hl]
ret
-
.CheckTimer: ; 43de (1:43de)
ld hl, wTitleScreenTimer
@@ -341,7 +337,6 @@ CopyFixedLengthText: ; 43f3 (1:43f3)
ld bc, NAME_LENGTH
jp CopyData
-
NintenText: db "NINTEN@"
SonyText: db "SONY@"
@@ -364,7 +359,6 @@ IncrementResetCounter: ; 4405 (1:4405)
scf
ret
-
FillSpriteBuffer0WithAA: ; 4418 (1:4418)
xor a
call SwitchSRAMBankAndLatchClockData