summaryrefslogtreecommitdiff
path: root/home/joypad.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-09 23:01:45 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-09 23:01:45 -0500
commitf1b2466cc3672fa72f5b43e96a634dd83796f047 (patch)
tree817f959ae8a7527b65f76e6800ccad84535436ae /home/joypad.asm
parent77d0a8a39696f28a78450225d60d1149f554ad88 (diff)
Cleaning up static HRAM labels; movement stuff, route 38 trainers
Diffstat (limited to 'home/joypad.asm')
-rw-r--r--home/joypad.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/joypad.asm b/home/joypad.asm
index 00179fc7f..eb482112e 100644
--- a/home/joypad.asm
+++ b/home/joypad.asm
@@ -437,7 +437,7 @@ KeepTextOpen:: ; aaf
; af5
.blink_cursor: ; af5
- ld a, [$ff9b]
+ ld a, [hVBlankCounter]
and %00010000 ; bit 4, a
jr z, .cursor_off
ld a, "▼"