diff options
author | dannye <corrnondacqb@yahoo.com> | 2015-07-16 23:27:57 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2015-07-16 23:27:57 -0500 |
commit | 40ea6a5f757bbbfdb4296e5acf644f6679a03a14 (patch) | |
tree | 2f7957bfa877ce974ad185684f037ba5b6cdfccd /engine/titlescreen2.asm | |
parent | 4670a1ddae02fd73d8c4826f9d9c9948820636a0 (diff) | |
parent | 9e77982bc8658c09df187b4598f8cbabb427a271 (diff) |
Merge branch 'master' of https://github.com/iimarckus/pokered
Diffstat (limited to 'engine/titlescreen2.asm')
-rwxr-xr-x | engine/titlescreen2.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/titlescreen2.asm b/engine/titlescreen2.asm index 57e5c3d5..61b97edc 100755 --- a/engine/titlescreen2.asm +++ b/engine/titlescreen2.asm @@ -69,7 +69,7 @@ _TitleScroll: ; 3726a (d:726a) .ScrollBetween ; 37292 (d:7292) .wait - ld a, [$ff44] ; rLY + ld a, [rLY] ; rLY cp l jr nz, .wait @@ -77,7 +77,7 @@ _TitleScroll: ; 3726a (d:726a) ld [rSCX], a .wait2 - ld a, [$ff44] ; rLY + ld a, [rLY] ; rLY cp h jr z, .wait2 ret |