diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-17 12:58:26 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-17 13:00:34 -0400 |
commit | da7849d800d37156360845fa17e361d2521dce29 (patch) | |
tree | 2a603d9a3fddebe5770ca5728ab1d44d2620f654 /misc/unused_title.asm | |
parent | 4fa6c6daa46935c7580a60a22bd9216414246dc0 (diff) |
Restructured functions in main.asm to resemble the home functions they clone
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 88c2331e2..6783f98a0 100644 --- a/misc/unused_title.asm +++ b/misc/unused_title.asm @@ -546,7 +546,7 @@ UnusedTitleFG_OAM: ; 10ecb1 Function10ed51: ; 10ed51 call _TitleScreen .loop - call Functiona57 + call JoyTextDelay ld a, [hJoyLast] ld b, a and 1 |