diff options
author | YamaArashi <shadow962@live.com> | 2015-07-14 19:46:52 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-07-14 19:46:52 -0700 |
commit | 07dd7056372288de7bb5b64f9416d741adb3b499 (patch) | |
tree | cc71b691c53fcbbc915b20cd1baf6a4960fded64 /engine/titlescreen2.asm | |
parent | a0ed5bd4aa28745d4d3a47471636d2b9f4235b67 (diff) |
hall of fame / credits
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 |