aboutsummaryrefslogtreecommitdiffstats
path: root/home/init.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-06-11 17:51:03 -0700
committerGitHub <noreply@github.com>2016-06-11 17:51:03 -0700
commit54143d33fc1211fb0c949ba62633d1c8d94f2717 (patch)
tree9176ffc5b6384a48eb32ea8f33ac97d1d67f6865 /home/init.asm
parentMerge pull request #14 from PikalaxALT/master (diff)
parentremove address comments (diff)
downloadpokeyellow-54143d33fc1211fb0c949ba62633d1c8d94f2717.tar.gz
pokeyellow-54143d33fc1211fb0c949ba62633d1c8d94f2717.tar.xz
pokeyellow-54143d33fc1211fb0c949ba62633d1c8d94f2717.zip
Merge pull request #13 from YamaArashi/master
remove address comments
Diffstat (limited to 'home/init.asm')
-rw-r--r--home/init.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/home/init.asm b/home/init.asm
index ad602a99..6aa14608 100644
--- a/home/init.asm
+++ b/home/init.asm
@@ -1,9 +1,9 @@
-SoftReset:: ; 1d08 (0:1d08)
+SoftReset::
call StopAllSounds
call GBPalWhiteOut
ld c, 32
call DelayFrames
-Init:: ; 1d10 (0:1d10)
+Init::
; Program init.
rLCDC_DEFAULT EQU %11100011
@@ -118,7 +118,7 @@ rLCDC_DEFAULT EQU %11100011
jp SetDefaultNamesBeforeTitlescreen
-ClearVram: ; 1dc6 (0:1dc6)
+ClearVram:
ld hl, $8000
ld bc, $2000
xor a