summaryrefslogtreecommitdiff
path: root/misc/crystal_misc.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-10-17 12:58:26 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2015-10-17 13:00:34 -0400
commitda7849d800d37156360845fa17e361d2521dce29 (patch)
tree2a603d9a3fddebe5770ca5728ab1d44d2620f654 /misc/crystal_misc.asm
parent4fa6c6daa46935c7580a60a22bd9216414246dc0 (diff)
Restructured functions in main.asm to resemble the home functions they clone
Diffstat (limited to 'misc/crystal_misc.asm')
-rw-r--r--misc/crystal_misc.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/crystal_misc.asm b/misc/crystal_misc.asm
index 4fe1476ff..a752e9e83 100644
--- a/misc/crystal_misc.asm
+++ b/misc/crystal_misc.asm
@@ -155,7 +155,7 @@ Function17a781: ; 17a781 (5e:6781)
push af
ld a, $1
ld [hInMenu], a
- call Functiona57
+ call JoyTextDelay
pop af
ld [hInMenu], a
ret