summaryrefslogtreecommitdiff
path: root/home/init.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-12-30 21:12:53 -0500
committerGitHub <noreply@github.com>2017-12-30 21:12:53 -0500
commit93916b5536e028d7a50b9b65618aba25be3e8006 (patch)
tree4fc88a070fb8a5f2bbb8e98cc9c6f74e3b4e6888 /home/init.asm
parent9f017cbab8e6856680c35278829c6388e9fdf697 (diff)
parent2a7ba6685afac73b824f611bbff228ff73cc51da (diff)
Merge pull request #449 from xCrystal/master
Misc labeling and cleaning up
Diffstat (limited to 'home/init.asm')
-rw-r--r--home/init.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/init.asm b/home/init.asm
index f71c247cd..8895da0f9 100644
--- a/home/init.asm
+++ b/home/init.asm
@@ -62,7 +62,7 @@ Init:: ; 17d
.wait
ld a, [rLY]
- cp 145
+ cp LY_VBLANK + 1
jr nz, .wait
xor a
@@ -125,7 +125,7 @@ Init:: ; 17d
ld [hWX], a
ld [rWX], a
- ld a, %11100011
+ ld a, LCDC_DEFAULT ; %11100011
; LCD on
; Win tilemap 1
; Win on