summaryrefslogtreecommitdiff
path: root/home/vblank.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2014-08-08 22:39:13 -0700
committerYamaArashi <shadow962@live.com>2014-08-08 22:39:13 -0700
commit59f0507e4cd0693eb89f5ab3e44cb3c442666140 (patch)
tree331b08b7eb8c64dc3ff8c505f58a5c28763d79ad /home/vblank.asm
parentc9946975d4cd806c92c1aa1efef94eb41d8b9d36 (diff)
Labelled many functions/variables
Diffstat (limited to 'home/vblank.asm')
-rw-r--r--home/vblank.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/home/vblank.asm b/home/vblank.asm
index 15f91437..b4daaa8b 100644
--- a/home/vblank.asm
+++ b/home/vblank.asm
@@ -8,15 +8,15 @@ VBlank::
ld a, [H_LOADEDROMBANK]
ld [wd122], a
- ld a, [$ffae]
+ ld a, [hVBlankSCX]
ld [rSCX], a
- ld a, [$ffaf]
+ ld a, [hVBlankSCY]
ld [rSCY], a
ld a, [wd0a0]
and a
jr nz, .ok
- ld a, [$ffb0]
+ ld a, [hVBlankWY]
ld [rWY], a
.ok