summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-07-12 16:24:03 -0700
committerYamaArashi <shadow962@live.com>2015-07-12 16:24:03 -0700
commit849b53623b2ace56ef40b7bbdefe29a86e10162e (patch)
treebb51d26ff10480cdba37a27d38f266eb1c4057c8 /home
parenta957bb154046427966d6e00de526adab13388938 (diff)
shake screen functions
Diffstat (limited to 'home')
-rw-r--r--home/vblank.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/vblank.asm b/home/vblank.asm
index d8288187..9adf537c 100644
--- a/home/vblank.asm
+++ b/home/vblank.asm
@@ -13,7 +13,7 @@ VBlank::
ld a, [hSCY]
ld [rSCY], a
- ld a, [wd0a0]
+ ld a, [wDisableVBlankWYUpdate]
and a
jr nz, .ok
ld a, [hWY]