diff options
author | yenatch <yenatch@gmail.com> | 2014-09-23 15:02:03 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-09-23 15:02:03 -0700 |
commit | a81487e9c6ee271f0ffeaacd681b929c0b4afaf0 (patch) | |
tree | 411e4d684f723edb152ca1631a215c12f980c44c /home/init.asm | |
parent | 6866df277f7f7685ae087c9e54d537873a941575 (diff) |
Rename hVBlank* constants to h*.
Diffstat (limited to 'home/init.asm')
-rw-r--r-- | home/init.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/init.asm b/home/init.asm index e170fe78..e4c24001 100644 --- a/home/init.asm +++ b/home/init.asm @@ -74,7 +74,7 @@ rLCDC_DEFAULT EQU %11100011 ld [rIE], a ld a, 144 ; move the window off-screen - ld [hVBlankWY], a + ld [hWY], a ld [rWY], a ld a, 7 ld [rWX], a |