diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-16 13:35:43 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-16 13:35:43 -0400 |
commit | 4fa6c6daa46935c7580a60a22bd9216414246dc0 (patch) | |
tree | ac6d9963a55214087d9b81b510409b6fdffcb164 /misc/unused_title.asm | |
parent | 1e2ff967aa11ed0bcdd1dd069bde67724d3851c2 (diff) |
Split up bank 2; other relabelings
Diffstat (limited to 'misc/unused_title.asm')
-rw-r--r-- | misc/unused_title.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/unused_title.asm b/misc/unused_title.asm index 327eef45c..88c2331e2 100644 --- a/misc/unused_title.asm +++ b/misc/unused_title.asm @@ -547,7 +547,7 @@ Function10ed51: ; 10ed51 call _TitleScreen .loop call Functiona57 - ld a, [$ffa9] + ld a, [hJoyLast] ld b, a and 1 jr nz, .done |