aboutsummaryrefslogtreecommitdiffstats
path: root/engine/titlescreen.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-05-25 10:51:53 -0700
committeryenatch <yenatch@gmail.com>2014-05-25 10:53:09 -0700
commit031e33957dfaf9a5e29fb67aaf600ec809b8e35f (patch)
treeaded26de93eacbb34d4556bd1ea512a7e515c88b /engine/titlescreen.asm
parentMove bank 0 into home.asm. (diff)
downloadpokeyellow-031e33957dfaf9a5e29fb67aaf600ec809b8e35f.tar.gz
pokeyellow-031e33957dfaf9a5e29fb67aaf600ec809b8e35f.tar.xz
pokeyellow-031e33957dfaf9a5e29fb67aaf600ec809b8e35f.zip
Rename joypad registers.
Diffstat (limited to 'engine/titlescreen.asm')
-rwxr-xr-xengine/titlescreen.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/titlescreen.asm b/engine/titlescreen.asm
index f11281c7..9648bd52 100755
--- a/engine/titlescreen.asm
+++ b/engine/titlescreen.asm
@@ -238,7 +238,7 @@ ENDC
call Func_4533
call Delay3
call LoadGBPal
- ld a, [H_CURRENTPRESSEDBUTTONS]
+ ld a, [hJoyHeld]
ld b, a
and $46
cp $46