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/titlescreen.asm | |
parent | a0ed5bd4aa28745d4d3a47471636d2b9f4235b67 (diff) |
hall of fame / credits
Diffstat (limited to 'engine/titlescreen.asm')
-rwxr-xr-x | engine/titlescreen.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/titlescreen.asm b/engine/titlescreen.asm index 69a3a20e..7230f08f 100755 --- a/engine/titlescreen.asm +++ b/engine/titlescreen.asm @@ -12,7 +12,7 @@ SetDefaultNamesBeforeTitlescreen: ; 42b7 (1:42b7) call CopyFixedLengthText xor a ld [hWY], a - ld [wd358], a + ld [wLetterPrintingDelayFlags], a ld hl, wd732 ld [hli], a ld [hli], a @@ -284,7 +284,7 @@ Func_44c1: ; 44c1 (1:44c1) Func_44cf: ; 44cf (1:44cf) .wait - ld a, [$ff44] ; rLY + ld a, [rLY] cp l jr nz, .wait @@ -292,7 +292,7 @@ Func_44cf: ; 44cf (1:44cf) ld [rSCX], a .wait2 - ld a, [$ff44] ; rLY + ld a, [rLY] cp h jr z, .wait2 ret |